Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/popupcontext.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-21 11:02:57 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-21 11:02:57 (GMT)
commitabff0a8cecb5b16c7c6f4a21cd3e4d8d8023ccab (patch)
tree629ffb1d1b6364dde092485dfe3b00e33141c7c8 /sugar/graphics/popupcontext.py
parent111da5911a82378e00839580f2877394d86a8114 (diff)
Throw NotImplementedError in abstract method.
Diffstat (limited to 'sugar/graphics/popupcontext.py')
-rw-r--r--sugar/graphics/popupcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/popupcontext.py b/sugar/graphics/popupcontext.py
index 59fb16b..99498e9 100644
--- a/sugar/graphics/popupcontext.py
+++ b/sugar/graphics/popupcontext.py
@@ -44,4 +44,4 @@ class PopupContext(gobject.GObject):
return self._active_control != None
def get_position(self, control, popup):
- return [None, None]
+ raise NotImplementedError