Only one class per file

This commit is contained in:
Vincent Jacques
2012-05-30 19:07:55 +01:00
parent da89613a8d
commit 61e2fa67ac
47 changed files with 259 additions and 217 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
# Do not modify it manually, your work would be lost.
import PaginatedList
from GithubObject import *
import GithubException
from DefaultValueForOptionalParameters import DefaultValueForOptionalParameters
import GitTreeElement
class GitTree( object ):