diff options
author | Guido van Rossum <guido@python.org> | 1993-12-29 15:33:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-29 15:33:08 (GMT) |
commit | dd8cb446e19cb24131227bd66aa690b34e64a75a (patch) | |
tree | 7e944159562f197b8288ae0dacc78343db173d0f /Lib/calendar.py | |
parent | 424e4da9f38fe8281cae370936ff266bcbeb0804 (diff) | |
download | cpython-dd8cb446e19cb24131227bd66aa690b34e64a75a.zip cpython-dd8cb446e19cb24131227bd66aa690b34e64a75a.tar.gz cpython-dd8cb446e19cb24131227bd66aa690b34e64a75a.tar.bz2 |
Some minute changes.
Diffstat (limited to 'Lib/calendar.py')
-rw-r--r-- | Lib/calendar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/calendar.py b/Lib/calendar.py index b4e3aad..4dfcf0c8 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py @@ -6,7 +6,6 @@ # Import functions and variables from time module from time import gmtime, localtime, mktime, asctime, ctime -from time import timezone, altzone, daylight, tzname # Exception raised for bad input (with string parameter for details) error = 'calendar.error' |