diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-25 12:35:24 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-25 12:35:24 -0400 |
commit | 4c67d3372db924e87be920d89aadecb946584b31 (patch) | |
tree | bf57a15570248a2e3fbfb058a817d6c743cc9167 /examples/alias_startup.py | |
parent | 0e4131ba2616bd33c9cb5e93105dbd6d511a71ab (diff) | |
parent | cad21a60fa92ebe4a7c177142d273f9f7497967b (diff) | |
download | cmd2-git-4c67d3372db924e87be920d89aadecb946584b31.tar.gz |
Merge branch 'master' into pyshell_readline
Diffstat (limited to 'examples/alias_startup.py')
-rwxr-xr-x | examples/alias_startup.py | 3 |
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.""" |