diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 04:53:20 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 04:53:20 -0400 |
| commit | c01b66a16a84bd171dde1d22be39fea595e87ed4 (patch) | |
| tree | e25e0e2df72ff5967dab2e0a21a88be1b6d12eda /tablib | |
| parent | c3fa29a166bc91c202eee6faa432283b14fc46f3 (diff) | |
| download | tablib-c01b66a16a84bd171dde1d22be39fea595e87ed4.tar.gz | |
Moving that back.
Diffstat (limited to 'tablib')
| -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 f0eb43d..b8c147c 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -129,7 +129,7 @@ class Dataset(object): @headers.setter - def headers_set(self, collection): + def headers(self, collection): """Validating headers setter.""" self._validate(collection) if collection: |
