Lists with ElementGetable capacity

This commit is contained in:
Vincent Jacques
2012-02-22 17:22:53 +01:00
parent 884503f29f
commit df2c351cc4
4 changed files with 34 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import itertools
import ArgumentsChecker
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, Creatable
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, ElementCreatable, ElementGetable
class BadGithubObjectException( Exception ):
pass