Revision 468 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.app/org.gvsig.scripting.app.mainplugin/src/main/resources-plugin/scripting/lib/gvsig_2_3_0/table.py

View differences:

table.py
52 52
def _getFeatureStore(self):
53 53
  return self.getStore()
54 54

  
55
def __call(self):
55
def _call(self):
56 56
  return self
57 57
    
58 58

  
......
63 63
JTableDocument.getFeatureStore = _getFeatureStore
64 64
JTableDocument.__call__ = _iter_features
65 65
JTableDocument.__len__ = _len_features
66
JTableDocument.__call__ = TableDocument._call
66
JTableDocument.__call__ = _call
67 67
JTableDocument.features = _features
68 68
JTableDocument.edit = _edit
69 69
JTableDocument.append = _append

Also available in: Unified diff