ListOfObjects -> ListAttribute

This commit is contained in:
Vincent Jacques
2012-02-22 20:30:46 +00:00
parent 39c1f27f32
commit 12adcf7b37
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import itertools
import ObjectCapacities.ArgumentsChecker as ArgumentsChecker
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable
from ObjectCapacities.List import ListOfObjects, ListGetable, ElementCreatable, ElementGetable, ElementAddable, ElementRemovable, ElementHasable
from ObjectCapacities.List import ListAttribute, ListGetable, ElementCreatable, ElementGetable, ElementAddable, ElementRemovable, ElementHasable
class BadGithubObjectException( Exception ):
pass