summaryrefslogtreecommitdiff
path: root/examples/unicode_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unicode_commands.py')
-rwxr-xr-xexamples/unicode_commands.py1
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()
-