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
+3 -5
View File
@@ -1,8 +1,6 @@
from GithubObject import *
from Repository import Repository
from NamedUser import NamedUser
from Organization import Organization
from Repository import *
from NamedUser import *
from Organization import *
Event = GithubObject(
"Event",