From 4b3253483bfc90c17fa21acf36133dd6c1ddd85e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 7 Oct 2014 17:19:10 +0300 Subject: Version bump --- gsxws/core.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'gsxws') diff --git a/gsxws/core.py b/gsxws/core.py index 79b5687..0940d75 100644 --- a/gsxws/core.py +++ b/gsxws/core.py @@ -39,13 +39,13 @@ import xml.etree.ElementTree as ET from datetime import date, time, datetime, timedelta -VERSION = "0.9" +VERSION = "0.91" -GSX_ENV = "it" -GSX_LANG = "en" -GSX_REGION = "emea" -GSX_LOCALE = "en_XXX" -GSX_TIMEOUT = 30 +GSX_ENV = "it" # it, ut or pr +GSX_LANG = "en" +GSX_REGION = "emea" +GSX_LOCALE = "en_XXX" +GSX_TIMEOUT = 30 # session timeout (expiration) in minutes GSX_SESSION = None @@ -236,10 +236,10 @@ class GsxCache(object): class GsxRequest(object): "Creates and submits the SOAP envelope" - env = None - obj = None # The GsxObject being submitted - data = None # The GsxObject payload in XML format - body = None # The Body part of the SOAP envelope + env = None + obj = None # The GsxObject being submitted + data = None # The GsxObject payload in XML format + body = None # The Body part of the SOAP envelope _request = "" _response = "" -- cgit v1.2.3