--- ECHO_content/VLPExtension.py 2005/02/28 20:02:08 1.41 +++ ECHO_content/VLPExtension.py 2005/02/28 20:30:42 1.42 @@ -639,7 +639,7 @@ class VLP_resource(ECHO_resource,Cacheab temp=[] ret.sort() for x in ret: - if (not (x[0]==".")) and (not x in excludeNames): + if (not (x[0]==".")) and (not x[0:4] in excludeNames): temp.append((calculateName(x),os.path.splitext(x)[0])) return temp