summaryrefslogtreecommitdiff
path: root/examples/hello_cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_cmd2.py')
-rwxr-xr-xexamples/hello_cmd2.py4
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