From 7decb8d3fbe6608e41a1ed06f97ec51839540443 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 21 May 2013 23:22:34 +0300 Subject: Go back to isoformat() --- gsxws/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsxws/products.py') diff --git a/gsxws/products.py b/gsxws/products.py index 38f5b01..04d3fee 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -100,7 +100,7 @@ class Product(GsxObject): >>> Product('013348005376007').activation().unlocked 'true' - >>> Product('W874939YX92').get_activation().unlocked # doctest: +ELLIPSIS + >>> Product('W874939YX92').activation().unlocked # doctest: +ELLIPSIS Traceback (most recent call last): ... GsxError: Provided serial number does not belong to an iOS Device... -- cgit v1.2.3