Skip to content

Commit 9217bfc

Browse files
committed
Add EmptyStatement exception to default imports
1 parent 496933d commit 9217bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# -*- coding: utf-8 -*-
3-
from .cmd2 import __version__, Cmd, CmdResult, Statement, categorize
3+
from .cmd2 import __version__, Cmd, CmdResult, Statement, EmptyStatement, categorize
44
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category

0 commit comments

Comments
 (0)