Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv21744

Modified Files:
        fileops.py 
Log Message:
bugfix

Index: fileops.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fileops.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fileops.py  11 Oct 2003 11:20:11 -0000      1.1
--- fileops.py  17 Oct 2003 17:28:41 -0000      1.2
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/10/17 17:28:41  dischi
+ # bugfix
+ #
  # Revision 1.1  2003/10/11 11:20:11  dischi
  # move util.py into a directory and split it into two files
***************
*** 44,47 ****
--- 47,51 ----
  import cPickle, pickle # pickle because sometimes cPickle doesn't work
  import fnmatch
+ import misc
  
  if float(sys.version[0:3]) < 2.3:
***************
*** 232,236 ****
      os.path.walk(dir, match_files_recursively_helper, all_files)
  
!     matches = unique([f for f in all_files if match_suffix(f, suffix_list) ])
  
      matches.sort(lambda l, o: cmp(l.upper(), o.upper()))
--- 236,240 ----
      os.path.walk(dir, match_files_recursively_helper, all_files)
  
!     matches = misc.unique([f for f in all_files if match_suffix(f, suffix_list) ])
  
      matches.sort(lambda l, o: cmp(l.upper(), o.upper()))




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to