diff options
Diffstat (limited to 'examples/basic.py')
-rwxr-xr-x | examples/basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic.py b/examples/basic.py index 75672a6b..37db6501 100755 --- a/examples/basic.py +++ b/examples/basic.py @@ -22,7 +22,7 @@ class BasicApp(cmd2.Cmd): self.intro = style('Welcome to PyOhio 2019 and cmd2!', fg='red', bg='white', bold=True) + ' 😀' # Allow access to your application in py and ipy via self - self.locals_in_py = True + self.self_in_py = True # Set the default category name self.default_category = 'cmd2 Built-in Commands' |