diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-13 18:46:31 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-13 18:46:31 +0300 |
commit | 3e2c2d613544b04d120d96b5064bb3e67159c0a8 (patch) | |
tree | a6f2d5c6a5c053f07c7da4b97a8f2828bd051844 /gsxws/repairs.py | |
parent | 5f6da8bfcfd2ad8380815b6b5f309c9985873eb1 (diff) | |
download | py-gsxws-3e2c2d613544b04d120d96b5064bb3e67159c0a8.tar.gz py-gsxws-3e2c2d613544b04d120d96b5064bb3e67159c0a8.tar.bz2 py-gsxws-3e2c2d613544b04d120d96b5064bb3e67159c0a8.zip |
Remove useless class variables from CarryInRepair
Diffstat (limited to 'gsxws/repairs.py')
-rw-r--r-- | gsxws/repairs.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py index c411174..5ba0861 100644 --- a/gsxws/repairs.py +++ b/gsxws/repairs.py @@ -186,11 +186,6 @@ class CarryInRepair(Repair): _namespace = "emea:" - shipTo = "" - fileName = "" - fileData = "" - diagnosedByTechId = "" - def create(self): """ GSX validates the information and if all of the validations go through, |