2008-09-08 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / base.py
index 4fabeec..c950ec8 100644 (file)
@@ -157,6 +157,6 @@ class BaseProxy(Interface):
                else:
                        raise NotImplementedError(
                                "%s not supported by accessible object at path %s"
-                               % (interface, self.path))
+                               % (interface, self._acc_path))
 
 #END----------------------------------------------------------------------------