This commit is contained in:
Vincent Jacques
2012-02-22 13:16:47 +01:00
parent b7065ddedd
commit a791925568
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import itertools
import ArgumentsChecker
from BasicObjectCapacities import AttributeFromCallable, MethodFromCallable
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable
class BadGithubObjectException( Exception ):
pass