summaryrefslogtreecommitdiff
path: root/examples/alias_startup.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-25 12:35:24 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-25 12:35:24 -0400
commit4c67d3372db924e87be920d89aadecb946584b31 (patch)
treebf57a15570248a2e3fbfb058a817d6c743cc9167 /examples/alias_startup.py
parent0e4131ba2616bd33c9cb5e93105dbd6d511a71ab (diff)
parentcad21a60fa92ebe4a7c177142d273f9f7497967b (diff)
downloadcmd2-git-4c67d3372db924e87be920d89aadecb946584b31.tar.gz
Merge branch 'master' into pyshell_readline
Diffstat (limited to 'examples/alias_startup.py')
-rwxr-xr-xexamples/alias_startup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/alias_startup.py b/examples/alias_startup.py
index 7ccfa6e5..4a061e87 100755
--- a/examples/alias_startup.py
+++ b/examples/alias_startup.py
@@ -5,8 +5,7 @@
2) How to load an initialization script at startup
"""
-from cmd2 import cmd2
-
+import cmd2
class AliasAndStartup(cmd2.Cmd):
""" Example cmd2 application where we create commands that just print the arguments they are called with."""