summaryrefslogtreecommitdiff
path: root/tablib
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-02-21 14:07:42 -0500
committerKenneth Reitz <me@kennethreitz.com>2011-02-21 14:07:42 -0500
commite1734f2315bdb87f894911b1e031de39e7297bb6 (patch)
tree46cd7c0e65dd35b0784511bb00313560e8591452 /tablib
parent22cddbcd6354dc87af9b2797849329a20500966b (diff)
downloadtablib-e1734f2315bdb87f894911b1e031de39e7297bb6.tar.gz
added __docformat__
Diffstat (limited to 'tablib')
-rw-r--r--tablib/core.py1
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):