Failed to commit some important changes.

This commit is contained in:
Ian Cordasco 2012-06-25 11:43:12 -04:00
commit 707536725d

View file

@ -65,14 +65,16 @@ def main():
args = parser.parse_args() args = parser.parse_args()
to_install = args.to_install or args.to_upgrade
to_sym = args.to_symlink or args.clean
if args.action: if args.action:
if args.action is 'list': if args.action is 'list':
list_themes(args.verbose) list_themes(args.verbose)
elif args.action is 'path': elif args.action is 'path':
print(_THEMES_PATH) print(_THEMES_PATH)
elif args.to_install or args.to_remove or args.to_symlink or args.clean: elif to_install or args.to_remove or to_sym:
if args.to_remove: if args.to_remove:
if args.verbose: if args.verbose:
print('Removing themes...') print('Removing themes...')