diff options
Diffstat (limited to 'examples/environment.py')
-rwxr-xr-x | examples/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/environment.py b/examples/environment.py index c245f55d..af452e4e 100755 --- a/examples/environment.py +++ b/examples/environment.py @@ -4,7 +4,7 @@ A sample application for cmd2 demonstrating customized environment parameters """ -from cmd2 import Cmd +from cmd2.cmd2 import Cmd class EnvironmentApp(Cmd): |