diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-15 12:37:08 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-15 12:37:08 +0300 |
commit | 61655591193511fd17a1bd1596fb65af5e44b340 (patch) | |
tree | 2bb2ac5d8c4a4b20e0f61daa7d0ccacdc6f62d79 /gsxws/core.py | |
parent | 0b2ab0ee81ea9028a8bf0da809d586e36664ec1e (diff) | |
download | py-gsxws-61655591193511fd17a1bd1596fb65af5e44b340.tar.gz py-gsxws-61655591193511fd17a1bd1596fb65af5e44b340.tar.bz2 py-gsxws-61655591193511fd17a1bd1596fb65af5e44b340.zip |
Import orders into gsxws
Diffstat (limited to 'gsxws/core.py')
-rw-r--r-- | gsxws/core.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gsxws/core.py b/gsxws/core.py index ccaf16b..1fecb4c 100644 --- a/gsxws/core.py +++ b/gsxws/core.py @@ -387,9 +387,6 @@ class GsxObject(object): if isinstance(v, basestring): - if v == "": - continue # Don't set empty values at all... - v = unicode(v) # "must be unicode, not str" # convert dates to native Python type |