Remove unused regex.
authorIra W. Snyder <devel@irasnyder.com>
Thu, 11 Jan 2007 03:50:56 +0000 (19:50 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 11 Jan 2007 03:50:56 +0000 (19:50 -0800)
This removes a regular expression that was used to limit the kinds of files
that were sorted, but this is no longer needed in the new version.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
animesorter2.py

index 04073be..e057d59 100755 (executable)
@@ -42,8 +42,6 @@ from optparse import OptionParser
 DICT_FILE = os.path.join ('~','.config','animesorter2','animesorter.dict')
 WORK_DIR =  os.path.join ('~','downloads','usenet')
 SORT_DIR =  os.path.join ('/','data','Anime')
-TYPES_REGEX = '.*(avi|ogm|mkv|mp4|\d\d\d)$'
-
 
 class AnimeSorter2: