diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 14:37:36 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 14:37:36 -0400 |
| commit | 7f17ccf445c602bdbdf0852009bff71b9aab9040 (patch) | |
| tree | a1bfc24fa171e3a3f1cce0ffecb4185722891f3d | |
| parent | f386ef8ac8c3540e9c8c28607981f9a3bb21ffb2 (diff) | |
| parent | 9b3268f0adaeab7968f72f52f00e5f7659a0d219 (diff) | |
| download | tablib-0.7.0.tar.gz | |
Merge branch 'hotfix/dict' into developv0.7.0
| -rw-r--r-- | tablib/core.py | 2 |
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 |
