Skip to content

Commit

Permalink
I should have removed _tzinfo when I said so
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 8, 2011
1 parent 39d0ccb commit c27305b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DateTime/DateTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ class DateTime(object):
# For backward compatibility only:
_isDST = localtime(time())[8]
_localzone = _isDST and _localzone1 or _localzone0
_tzinfo = PytzCache()

# Limit the amount of instance attributes
__slots__ = (
Expand Down

0 comments on commit c27305b

Please sign in to comment.