fixed latest mdmdb problem?
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.6.0-development+timestamp.2013.08.22.02.36.56
|
||||
Version 2.6.0-development+timestamp.2013.08.22.03.46.07
|
||||
|
||||
@@ -302,8 +302,6 @@ class Table(DALStorage):
|
||||
def __call__(self, id):
|
||||
return self.get(id)
|
||||
|
||||
def __getitem__(self,id):
|
||||
return self.get(id)
|
||||
|
||||
class Expression(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user