local bin folder, resume, srt import

This commit is contained in:
j 2012-02-14 12:08:01 +05:30
commit 616973daae
3 changed files with 59 additions and 7 deletions

View file

@ -25,7 +25,7 @@ if __name__ == '__main__':
parser.print_help()
sys.exit()
actions = ('scan', 'sync', 'upload', 'extract', 'clean', 'cmd')
actions = ('scan', 'sync', 'upload', 'extract', 'clean', 'cmd', 'import_srt')
if not args or args[0] not in actions:
parser.error('you must specify a valid action. \n\t\tknown actions are: %s' % ', '.join(actions))