X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Faliasing.py;fp=src%2Faliasing.py;h=bf73e06c79a6a38561ad259ecf472a083b8941f9;hp=ed79708dc99b86f3b15cf6c97d3dc1f0212c413e;hb=1bd375495719117939fa0ac384835001485eeef7;hpb=968f934546b0f8c3208718ea746c35660951b5f2 diff --git a/src/aliasing.py b/src/aliasing.py index ed79708..bf73e06 100644 --- a/src/aliasing.py +++ b/src/aliasing.py @@ -77,12 +77,11 @@ class AliasingMixin(telepathy.server.ConnectionInterfaceAliasing): """ raise NotImplementedError("Abstract property called") - @property - def handle(self): + def handle(self, handleType, handleId): """ @abstract """ - raise NotImplementedError("Abstract property called") + raise NotImplementedError("Abstract function called") @gtk_toolbox.log_exception(_moduleLogger) def GetAliasFlags(self):