diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-13 20:22:55 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-13 20:22:55 +0300 |
commit | c68318820cbb4c060ef31d826b543ba8b3568685 (patch) | |
tree | 0e6ee838fe9e02e1bed49b39983cd70d51d73f19 /gsxws | |
parent | d020b5d452b85becd77b1d1a76e01751c8aa2f05 (diff) | |
download | py-gsxws-c68318820cbb4c060ef31d826b543ba8b3568685.tar.gz py-gsxws-c68318820cbb4c060ef31d826b543ba8b3568685.tar.bz2 py-gsxws-c68318820cbb4c060ef31d826b543ba8b3568685.zip |
don't do __unicode__
Diffstat (limited to 'gsxws')
-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 2579310..c0792f5 100644 --- a/gsxws/core.py +++ b/gsxws/core.py @@ -409,9 +409,6 @@ class GsxObject(object): return obj - def __unicode__(self): - return ET.tostring(self.to_xml()) - class GsxSession(GsxObject): |