X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Flocation.py;fp=src%2Flocation.py;h=71868ba19ec3a0c0daecb930d09f12729e2e6152;hb=f26efb065490275f8b82b64a5ee12f40c820dd34;hp=4151b9ca0536edd5876ab2475bc3b276c8d06deb;hpb=50112bac81685f6a2ddff936d429f7e1745e5816;p=theonering diff --git a/src/location.py b/src/location.py index 4151b9c..71868ba 100644 --- a/src/location.py +++ b/src/location.py @@ -27,14 +27,14 @@ class LocationMixin(object): """ @returns {Contact: {Location Type: Location}} """ - raise telepathy.NotImplemented("Yet") + raise telepathy.errors.NotImplemented("Yet") @gtk_toolbox.log_exception(_moduleLogger) def RequestLocation(self, contact): """ @returns {Location Type: Location} """ - raise telepathy.NotImplemented("Yet") + raise telepathy.errors.NotImplemented("Yet") @gtk_toolbox.log_exception(_moduleLogger) def SetLocation(self, location):