diff options
Diffstat (limited to 'examples/hello_cmd2.py')
-rwxr-xr-x | examples/hello_cmd2.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hello_cmd2.py b/examples/hello_cmd2.py index 94ec334f..06303722 100755 --- a/examples/hello_cmd2.py +++ b/examples/hello_cmd2.py @@ -3,7 +3,9 @@ """ This is intended to be a completely bare-bones cmd2 application suitable for rapid testing and debugging. """ -from cmd2 import cmd2 +from cmd2 import ( + cmd2, +) if __name__ == '__main__': import sys |