Merge branch 'upstream'
[mw] / src / mw / cli.py
index 52df23b658101c7a7d909e6c1ed8ad3466fc03c8..6e73c027b0c9acda0ed2ac94a3e1b696b601d434 100644 (file)
@@ -1,6 +1,6 @@
 ###
 # mw - VCS-like nonsense for MediaWiki websites
-# Copyright (C) 2010  Ian Weller <ian@ianweller.org>
+# Copyright (C) 2011  Ian Weller <ian@ianweller.org> and others
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -61,7 +61,7 @@ class CLI(object):
         # determine what the subcommand is
         if len(sys.argv) > 1:
             if sys.argv[1] in self.all_commands:
-                the_command = sys.argv[1] # SWEET ACTION
+                the_command = sys.argv[1]  # SWEET ACTION
             elif sys.argv[1] in ['--help', '-h', 'help']:
                 self.usage()
             else:

Benjamin Mako Hill || Want to submit a patch?