added __docformat__

This commit is contained in:
Kenneth Reitz
2011-02-21 14:15:45 -05:00
parent 814258e081
commit 1dd27988ca
+1
View File
@@ -17,6 +17,7 @@ __build__ = 0x000001
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
__docformat__ = 'restructuredtext'
__all__ = ('Convore',)