diff options
| author | Olle Lundberg <geek@nerd.sh> | 2013-11-11 21:57:17 +0100 |
|---|---|---|
| committer | Olle Lundberg <geek@nerd.sh> | 2013-11-11 21:57:17 +0100 |
| commit | e7ee3195a7b2294bd21bb4f5fd0c43d2460e19b6 (patch) | |
| tree | 8c63a78507a563931cae2b71adfba5f323d7417d /tablib | |
| parent | ff8f23edd5f9646720a29c305136b04d18ff0e7b (diff) | |
| download | tablib-e7ee3195a7b2294bd21bb4f5fd0c43d2460e19b6.tar.gz | |
Add pass to json property.
To conform to the code for the other properties.
Diffstat (limited to 'tablib')
| -rw-r--r-- | tablib/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tablib/core.py b/tablib/core.py index cb192ae..f386136 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -548,6 +548,7 @@ class Dataset(object): Import assumes (for now) that headers exist. """ + pass @property def html(): |
