Update generateDocstrings.py

This commit is contained in:
Vincent Jacques
2012-11-22 21:39:29 +01:00
parent a2f9690705
commit f180a7d2f3
4 changed files with 185 additions and 165 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import GithubException
class _NotSetType:
def __repr__( self ):
def __repr__(self):
return "NotSet"
NotSet = _NotSetType()