diff options
-rwxr-xr-x | examples/unicode_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/unicode_commands.py b/examples/unicode_commands.py index 24c3a917..f8381e50 100755 --- a/examples/unicode_commands.py +++ b/examples/unicode_commands.py @@ -25,4 +25,3 @@ class UnicodeApp(cmd2.Cmd): if __name__ == '__main__': app = UnicodeApp() app.cmdloop() - |