aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/repairs.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-06-10 15:45:37 +0300
committerFilipp Lepalaan <f@230.to>2013-06-10 15:45:37 +0300
commit2f8a8907bb4985696f624f45982c2b6af9887674 (patch)
tree5e343af67cd99dff6cdd73ef508315da107f3b0e /gsxws/repairs.py
parentf327752947ec4ce9445fcf51baddc9ca72443152 (diff)
downloadpy-gsxws-2f8a8907bb4985696f624f45982c2b6af9887674.tar.gz
py-gsxws-2f8a8907bb4985696f624f45982c2b6af9887674.tar.bz2
py-gsxws-2f8a8907bb4985696f624f45982c2b6af9887674.zip
Some cleanup
Diffstat (limited to 'gsxws/repairs.py')
-rw-r--r--gsxws/repairs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index 13bf4e5..bbd2af4 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -45,6 +45,7 @@ class RepairOrderLine(GsxObject):
class ServicePart(GsxObject):
"A generic service part (for PartInfo and whatnot)"
+
def __init__(self, number, *args, **kwargs):
super(ServicePart, self).__init__(*args, **kwargs)