Simplify internal imports

This commit is contained in:
Vincent Jacques
2012-03-14 23:07:21 +01:00
parent 69cc298fd1
commit 8213df1d74
20 changed files with 61 additions and 122 deletions
+4 -6
View File
@@ -1,9 +1,7 @@
from GithubObject import *
from NamedUser import NamedUser
from Commit import Commit
from PullRequestFile import PullRequestFile
from PullRequestComment import PullRequestComment
from NamedUser import *
from Commit import *
from PullRequestFile import *
from PullRequestComment import *
__modifyAttributesForObjectsReferingReferedRepo = { "_repo": lambda obj: obj._repo }