X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/3ec21f92ccc70c2283d15506dc0384e5442deee2..2699c75f1d264d5d960289e4a11b687a87bb9943:/src/mw/cli.py diff --git a/src/mw/cli.py b/src/mw/cli.py index d5dd6dc..54fbd77 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -13,17 +13,16 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# 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 = {}