Skip to content

Commit

Permalink
Merge pull request #66 from ryanss/master
Browse files Browse the repository at this point in the history
Remove 'setcachsize' from zoneinfo __all__ list
  • Loading branch information
pganssle committed Mar 26, 2015
2 parents cd56c23 + 97ef6b3 commit 29876e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateutil/zoneinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from dateutil.tz import tzfile

__all__ = ["setcachesize", "gettz", "rebuild"]
__all__ = ["gettz", "rebuild"]

_ZONEFILENAME = "dateutil-zoneinfo.tar.gz"

Expand Down

0 comments on commit 29876e4

Please sign in to comment.