summaryrefslogtreecommitdiff
path: root/python/src/sa/int_list.pxi
diff options
context:
space:
mode:
authorAdam Lopez <alopez@cs.jhu.edu>2012-09-06 03:27:34 -0400
committerAdam Lopez <alopez@cs.jhu.edu>2012-09-06 03:27:34 -0400
commit86b272c97ed8b608f2411c96b8eec57c7e3f0470 (patch)
tree72da5f7601a731851b53d371d032ff0a8741d81e /python/src/sa/int_list.pxi
parentf99b04588d3725f28d13dcdfcbc0846cc1c52321 (diff)
parentdba6e87082501a66d8c444ebcd7ed6bd756aaf23 (diff)
Merge
Diffstat (limited to 'python/src/sa/int_list.pxi')
-rw-r--r--python/src/sa/int_list.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/sa/int_list.pxi b/python/src/sa/int_list.pxi
index 63c0fe67..55f5d174 100644
--- a/python/src/sa/int_list.pxi
+++ b/python/src/sa/int_list.pxi
@@ -122,7 +122,7 @@ cdef class IntList:
def __len__(self):
return self.len
- def getSize(self):
+ def get_size(self):
return self.size
def append(self, int val):