reexport names in 3/dateutil.tz (#1673)

This was missed in #1669, and should completely fix #1665.
This commit is contained in:
Ethan Smith
2017-10-15 13:32:36 -07:00
committed by Guido van Rossum
parent c10dc67ad2
commit b7dc041f44

View File

@@ -1 +1,12 @@
from .tz import tzutc, tzoffset, tzlocal, tzfile, tzrange, tzstr, tzical, gettz, datetime_exists, datetime_ambiguous
from .tz import (
tzutc as tzutc,
tzoffset as tzoffset,
tzlocal as tzlocal,
tzfile as tzfile,
tzrange as tzrange,
tzstr as tzstr,
tzical as tzical,
gettz as gettz,
datetime_exists as datetime_exists,
datetime_ambiguous as datetime_ambiguous
)