aboutsummaryrefslogtreecommitdiffstats
path: root/products.py
diff options
context:
space:
mode:
Diffstat (limited to 'products.py')
-rw-r--r--products.py1
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
"""