diff options
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 9c16f27d587..7133fd5956f 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -458,6 +458,8 @@ del TCPEndpointInfo TCPEndpointInfo = IcePy.TCPEndpointInfo del UDPEndpointInfo UDPEndpointInfo = IcePy.UDPEndpointInfo +del WSEndpointInfo +WSEndpointInfo = IcePy.WSEndpointInfo del OpaqueEndpointInfo OpaqueEndpointInfo = IcePy.OpaqueEndpointInfo @@ -472,6 +474,8 @@ del TCPConnectionInfo TCPConnectionInfo = IcePy.TCPConnectionInfo del UDPConnectionInfo UDPConnectionInfo = IcePy.UDPConnectionInfo +del WSConnectionInfo +WSConnectionInfo = IcePy.WSConnectionInfo class ThreadNotification(object): '''Base class for thread notification callbacks. A subclass must |