summaryrefslogtreecommitdiff
path: root/plugins/package_details.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-13 13:35:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-13 13:35:53 +0200
commit4dade2c17002cc8cb3d2a99f6411feb59c4bf01e (patch)
treeed0955a6ac7bb15d699ccba4013dfa24037a0371 /plugins/package_details.py
parentfba4f1e38e81789b08d7c6fb5c61c1aabe4b769e (diff)
downloadportato-4dade2c17002cc8cb3d2a99f6411feb59c4bf01e.tar.gz
portato-4dade2c17002cc8cb3d2a99f6411feb59c4bf01e.tar.bz2
portato-4dade2c17002cc8cb3d2a99f6411feb59c4bf01e.zip
Make the plugins now use the implicit 'helper' module
Diffstat (limited to '')
-rw-r--r--plugins/package_details.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/package_details.py b/plugins/package_details.py
index 7d739a3..19f3126 100644
--- a/plugins/package_details.py
+++ b/plugins/package_details.py
@@ -30,7 +30,6 @@ class Detail (WidgetPlugin):
_widget_name_ = None
def init(self):
- raise Exception, "e"
self.add_call("update_table", self._update, type = "after")
def widget_init (self):