diff --git a/github/GithubObject.py b/github/GithubObject.py index 8e7820eb..09c57615 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -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 diff --git a/github/TypePolicies.py b/github/ObjectCapacities/TypePolicies.py similarity index 100% rename from github/TypePolicies.py rename to github/ObjectCapacities/TypePolicies.py