From 831e7ec5e909c222f447d885eaaabeb62bc0080a Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Wed, 11 Sep 2019 20:30:42 +0000 Subject: silly-stupid bugfix --- calendar-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar-cli.py') 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 -- cgit v1.2.3