Some minute changes.

This commit is contained in:
Guido van Rossum 1993-12-29 15:33:08 +00:00
parent 424e4da9f3
commit dd8cb446e1
4 changed files with 42 additions and 14 deletions

View file

@ -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'