diff __init__.py @ 0:957bcf42f206

initial
author dwinter
date Thu, 02 May 2013 08:33:53 +0200
parents
children 03cd09e9133e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/__init__.py	Thu May 02 08:33:53 2013 +0200
@@ -0,0 +1,12 @@
+import MPIWGFMManager
+import MPIWGFMItem
+
+def initialize(context):
+    """ init """
+
+    context.registerClass(MPIWGFMManager.MPIWGFMManager, 
+                          constructors=(MPIWGFMManager.manage_addMPIWGFMManagerForm, 
+                                        MPIWGFMManager.manage_addMPIWGFMManager),
+                          icon="icons/MPIWGmanager.gif")
+
+ 
\ No newline at end of file