Reorganize

This commit is contained in:
Vincent Jacques
2012-02-25 09:15:10 +00:00
parent 82bf3a278f
commit b9b1defb8b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import itertools
import ObjectCapacities.ArgumentsChecker as ArgumentsChecker
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable, InternalAttribute, SeveralAttributes
from ObjectCapacities.List import ExternalListOfObjects, ListGetable, ElementCreatable, ElementGetable, ElementAddable, ElementRemovable, ElementHasable, ListAddable, ListSetable, ListDeletable
from TypePolicies import SimpleTypePolicy, ObjectTypePolicy
from ObjectCapacities.TypePolicies import SimpleTypePolicy, ObjectTypePolicy
class BadGithubObjectException( Exception ):
pass