From 9afd50c19bceeb2be64bf0c7c6d7a0c2c126dde8 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Wed, 4 May 2011 17:51:35 -0700 Subject: bug 4976 - inconsistent operation mode for pseudo ops --- py/python/Ice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py/python/Ice.py') diff --git a/py/python/Ice.py b/py/python/Ice.py index b60dbba31e6..bfe2b58a988 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -81,7 +81,7 @@ Arguments: Returns: True if the target object supports the interface, or false otherwise. ''' - return id in self.ice_ids() + return id in self.ice_ids(current) def ice_ping(self, current=None): '''A reachability test for the target object.''' @@ -93,7 +93,7 @@ that are supported by the target object. Returns: A list of type ids. ''' - return [ self.ice_id() ] + return [ self.ice_id(current) ] def ice_id(self, current=None): '''Obtains the type id corresponding to the most-derived Slice -- cgit v1.2.3