summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2019-09-11 20:30:42 +0000
committerTobias Brox <tobias@redpill-linpro.com>2019-09-11 20:30:42 +0000
commit831e7ec5e909c222f447d885eaaabeb62bc0080a (patch)
tree0d6084ca179252363c4761b34dc68fd17bd83563
parentb47c5950330095ac29f17fc20f1ab775c468d746 (diff)
downloadcalendar-cli-831e7ec5e909c222f447d885eaaabeb62bc0080a.zip
silly-stupid bugfix
-rwxr-xr-xcalendar-cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py
index e532ee9..1b531db 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -41,7 +41,7 @@ try:
raw_input
except NameError:
raw_input = input
- sys.write("here be dragons - calendar-cli is not properly tested for python3. See https://github.com/tobixen/calendar-cli/issues/33")
+ sys.stderr.write("here be dragons - calendar-cli is not properly tested for python3. See https://github.com/tobixen/calendar-cli/issues/33")
try:
unicode