summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-20 14:37:36 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-20 14:37:36 -0400
commit7f17ccf445c602bdbdf0852009bff71b9aab9040 (patch)
treea1bfc24fa171e3a3f1cce0ffecb4185722891f3d
parentf386ef8ac8c3540e9c8c28607981f9a3bb21ffb2 (diff)
parent9b3268f0adaeab7968f72f52f00e5f7659a0d219 (diff)
downloadtablib-0.7.0.tar.gz
Merge branch 'hotfix/dict' into developv0.7.0
-rw-r--r--tablib/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tablib/core.py b/tablib/core.py
index f300be6..730f673 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -256,7 +256,7 @@ class Databook(object):
for dset in self._datasets:
collector.append(dict(
title = dset.title,
- data = dset.dict()
+ data = dset.dict
))
return collector