From 2f8a8907bb4985696f624f45982c2b6af9887674 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 10 Jun 2013 15:45:37 +0300 Subject: Some cleanup --- gsxws/repairs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gsxws/repairs.py') 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) -- cgit v1.2.3