Move GithubObject

This commit is contained in:
Vincent Jacques
2012-03-14 23:13:37 +01:00
parent 8213df1d74
commit 32ed0ebc37
8 changed files with 5 additions and 4 deletions
@@ -1,9 +1,9 @@
import itertools
from ObjectCapacities.ArgumentsChecker import *
from ObjectCapacities.Basic import *
from ObjectCapacities.List import *
from ObjectCapacities.TypePolicies import *
from ArgumentsChecker import *
from Basic import *
from List import *
from TypePolicies import *
class BadGithubObjectException( Exception ):
pass
@@ -0,0 +1 @@
from GithubObject import *