summaryrefslogtreecommitdiff
path: root/cmd2/__init__.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-09 18:57:13 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-09 18:57:13 -0400
commit6f06dd97b30ba2bed40d580f3dc966dc9be103fd (patch)
treed9ebaa6b5b91dee56b7e204807ad610a4e39d944 /cmd2/__init__.py
parentdd299bf5bf21b175ffdd2caae63cfa8bf1a85c34 (diff)
downloadcmd2-git-6f06dd97b30ba2bed40d580f3dc966dc9be103fd.tar.gz
Working on improving type hinting
Also: - Refactored perror() to remove a rarely used optional argument which was unecessary
Diffstat (limited to 'cmd2/__init__.py')
-rw-r--r--cmd2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/__init__.py b/cmd2/__init__.py
index 617d643b..e9a82acb 100644
--- a/cmd2/__init__.py
+++ b/cmd2/__init__.py
@@ -1,4 +1,5 @@
#
# -*- coding: utf-8 -*-
+"""This simply imports certain things for backwards compatibility."""
from .cmd2 import __version__, Cmd, CmdResult, Statement, EmptyStatement, categorize
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category