Don't copy twice

pull/172/head
Erik Johnston 2015-05-29 15:02:55 +01:00
parent 45bac68064
commit ca580ef862
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class FrozenEvent(EventBase):
if USE_FROZEN_DICTS:
frozen_dict = freeze(event_dict)
else:
frozen_dict = dict(event_dict)
frozen_dict = event_dict
super(FrozenEvent, self).__init__(
frozen_dict,