aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/repairs.py
diff options
context:
space:
mode:
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)