fix typo in dateutil.tz importing tzutc as tzutz (#1694)

This commit is contained in:
Grzegorz Śliwiński
2017-10-27 16:40:16 +02:00
committed by Guido van Rossum
parent ab9733b448
commit fcf1d38c57

View File

@@ -1,5 +1,5 @@
from .tz import (
tzutc as tzutz,
tzutc as tzutc,
tzoffset as tzoffset,
tzlocal as tzlocal,
tzfile as tzfile,