mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-07 19:31:22 +00:00
Added missing tostring implementation of OrderWrapper
This commit is contained in:
parent
d7f5f0c92d
commit
bdd711cb3c
@ -60,6 +60,9 @@ class OrderWrapper(object):
|
||||
"""
|
||||
return self.order[index]
|
||||
|
||||
def tostring(self):
|
||||
return self.np_data[self.order].tostring()
|
||||
|
||||
class UserExtraData(object):
|
||||
def __init__(self):
|
||||
self.comments = dict()
|
||||
|
Loading…
Reference in New Issue
Block a user