rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -41,7 +41,7 @@ class Parcel(BaseObject):
|
|||
history = Field('History', list)
|
||||
|
||||
|
||||
class ICapParcel(IBaseCap):
|
||||
class CapParcel(IBaseCap):
|
||||
def get_parcel_tracking(self, id):
|
||||
"""
|
||||
Get information abouut a parcel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue