Re-export names in dateutil.tz (#1669)

Fixes #1665.
This commit is contained in:
Jelle Zijlstra
2017-10-12 17:57:12 -07:00
committed by Guido van Rossum
parent 6accffca28
commit c10dc67ad2

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 tzutz,
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,
)