aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/products.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/products.py')
-rw-r--r--gsxws/products.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsxws/products.py b/gsxws/products.py
index 6fa4666..2c2745a 100644
--- a/gsxws/products.py
+++ b/gsxws/products.py
@@ -26,8 +26,8 @@ class Product(object):
"""
Something serviceable made by Apple
"""
- sn = '' #serialNumber
- description = '' #configDescription
+ sn = '' # serialNumber
+ description = '' # configDescription
def __init__(self, sn, **kwargs):
if validate(sn, 'alternateDeviceId'):