summaryrefslogtreecommitdiff
path: root/calendar-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'calendar-cli.py')
-rwxr-xr-xcalendar-cli.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar-cli.py b/calendar-cli.py
index 805b47d..89861bd 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -42,6 +42,11 @@ try:
except NameError:
raw_input = input
+try:
+ unicode
+except NameError:
+ unicode = str
+
__version__ = "0.11.0.dev0"
__author__ = "Tobias Brox"
__author_short__ = "tobixen"