X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/856c67a6f2c8a618e94bf0c72af70e7d65bd10c4..9b8e57d467b0a3c0ae3b38fd781f668d409ddac6:/src/mw/cli.py diff --git a/src/mw/cli.py b/src/mw/cli.py index 238f72e..50327cd 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -1,6 +1,6 @@ ### # mw - VCS-like nonsense for MediaWiki websites -# Copyright (C) 2009 Ian Weller +# Copyright (C) 2010 Ian Weller # # 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 @@ -16,13 +16,13 @@ # with this program. If not, see . ### -import inspect import mw.clicommands import os import sys -from pprint import pprint + class CLI(object): + def __init__(self): self.me = os.path.basename(sys.argv[0]) self.commands = {}