summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-05-09 14:25:10 -0700
committerMark Spruiell <mes@zeroc.com>2008-05-09 14:25:10 -0700
commit57e9e4c303942d7ad1553bbc62057f7c9d99f6c9 (patch)
treec34358061e80e3f2db36448f630e0817c4beb720 /py/python/Ice.py
parentRemove Vista paragraph see bug #2848 (diff)
downloadice-57e9e4c303942d7ad1553bbc62057f7c9d99f6c9.tar.bz2
ice-57e9e4c303942d7ad1553bbc62057f7c9d99f6c9.tar.xz
ice-57e9e4c303942d7ad1553bbc62057f7c9d99f6c9.zip
bug 3139 - python failure in converting Ice.Identity to string
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index a8156dc39eb..a5b3347aada 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -1065,14 +1065,6 @@ Object._op_ice_id = IcePy.Operation('ice_id', OperationMode.Idempotent, Operatio
IcePy._t_LocalObject = IcePy.defineClass('::Ice::LocalObject', object, (), False, None, (), ())
#
-# Annotate Ice::Identity.
-#
-def Identity__str__(self):
- return IcePy.identityToString(self)
-Identity.__str__ = Identity__str__
-del Identity__str__
-
-#
# Annotate some exceptions.
#
def SyscallException__str__(self):