diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2019-09-11 20:30:42 +0000 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2019-09-11 20:30:42 +0000 |
commit | 831e7ec5e909c222f447d885eaaabeb62bc0080a (patch) | |
tree | 0d6084ca179252363c4761b34dc68fd17bd83563 | |
parent | b47c5950330095ac29f17fc20f1ab775c468d746 (diff) | |
download | calendar-cli-831e7ec5e909c222f447d885eaaabeb62bc0080a.zip |
silly-stupid bugfix
-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 |