Skip to content

Commit

Permalink
Merge branch 'hotfix/dict' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Sep 20, 2010
2 parents f386ef8 + 9b3268f commit 7f17ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tablib/core.py
Expand Up @@ -256,7 +256,7 @@ def _package(self):
for dset in self._datasets:
collector.append(dict(
title = dset.title,
data = dset.dict()
data = dset.dict
))
return collector

Expand Down

0 comments on commit 7f17ccf

Please sign in to comment.