diff __init__.py @ 0:96f74b2bab24

fist
author dwinter
date Sun, 18 Dec 2005 13:35:02 +0100
parents
children 3c70a7d2f35b 0af46e75de3c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/__init__.py	Sun Dec 18 13:35:02 2005 +0100
@@ -0,0 +1,12 @@
+import documentViewer
+
+
+def initialize(context):
+    """initialize ImageCollection"""
+    context.registerClass(
+        documentViewer.documentViewer,
+        constructors = (
+          documentViewer.manage_AddDocumentViewerForm,
+          documentViewer.manage_AddDocumentViewer
+          )
+        )