added __docformat__

This commit is contained in:
Kenneth Reitz
2011-02-21 14:07:42 -05:00
parent 22cddbcd63
commit e1734f2315
2 changed files with 1 additions and 0 deletions
View File
+1
View File
@@ -26,6 +26,7 @@ __build__ = 0x000904
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
__docformat__ = 'restructuredtext'
class Row(object):