diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-02-21 14:07:42 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-02-21 14:07:42 -0500 |
| commit | e1734f2315bdb87f894911b1e031de39e7297bb6 (patch) | |
| tree | 46cd7c0e65dd35b0784511bb00313560e8591452 /tablib | |
| parent | 22cddbcd6354dc87af9b2797849329a20500966b (diff) | |
| download | tablib-e1734f2315bdb87f894911b1e031de39e7297bb6.tar.gz | |
added __docformat__
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 dfbcb6a..548de55 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -26,6 +26,7 @@ __build__ = 0x000904 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2011 Kenneth Reitz' +__docformat__ = 'restructuredtext' class Row(object): |
