From: Ira W. Snyder Date: Thu, 11 Jan 2007 03:50:56 +0000 (-0800) Subject: Remove unused regex. X-Git-Tag: v2.1.0~4 X-Git-Url: https://www.irasnyder.com/gitweb/?p=animesorter.git;a=commitdiff_plain;h=9f74e151ed8de742069cf420ec15dab1aa48c932;ds=sidebyside Remove unused regex. 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 --- diff --git a/animesorter2.py b/animesorter2.py index 04073be..e057d59 100755 --- a/animesorter2.py +++ b/animesorter2.py @@ -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: