aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/products.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-05-13 18:44:29 +0300
committerFilipp Lepalaan <f@230.to>2013-05-13 18:44:29 +0300
commit5f6da8bfcfd2ad8380815b6b5f309c9985873eb1 (patch)
tree66372fdce3cc2f7092c2ea7b11411a4f095fe97a /gsxws/products.py
parent59d7edde59e4bc3b4064a1fb3f36eb20393ff646 (diff)
downloadpy-gsxws-5f6da8bfcfd2ad8380815b6b5f309c9985873eb1.tar.gz
py-gsxws-5f6da8bfcfd2ad8380815b6b5f309c9985873eb1.tar.bz2
py-gsxws-5f6da8bfcfd2ad8380815b6b5f309c9985873eb1.zip
More to_xml nesting fixes!
Diffstat (limited to 'gsxws/products.py')
-rw-r--r--gsxws/products.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/products.py b/gsxws/products.py
index f77957d..f51a338 100644
--- a/gsxws/products.py
+++ b/gsxws/products.py
@@ -83,7 +83,7 @@ class Product(GsxObject):
The Fetch iOS Activation Details API is used to
fetch activation details of iOS Devices.
- >>> Product('013348005376007').get_activation().unlocked
+ >>> Product('013348005376007').activation().unlocked
'true'
>>> Product('W874939YX92').get_activation().unlocked # doctest: +ELLIPSIS
Traceback (most recent call last):