diff options
-rwxr-xr-x | calendar-cli.py | 2 |
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 |