diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-03 09:51:13 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-03 09:51:13 +0300 |
commit | 0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a (patch) | |
tree | bcbd9f954976bf6d2f3cf32b4c279f8631a012e5 /products.py | |
parent | b854d9346a6aa72aa978928d03bc0f2b37be0fc9 (diff) | |
download | py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.tar.gz py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.tar.bz2 py-gsxws-0b6f3d8c62c3ecaa10ff3880ed2f71bd3fb4da7a.zip |
Accept IMEI code for Product
Diffstat (limited to 'products.py')
-rw-r--r-- | products.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/products.py b/products.py index 16fe1c0..b0aa911 100644 --- a/products.py +++ b/products.py @@ -16,6 +16,7 @@ class GsxRequest(object): except suds.WebFault, e: raise GsxError(fault=e) + class Product(GsxObject, GsxRequest): """Something serviceable that Apple makes """ |