diff __init__.py @ 0:e8640aa396cd

initial
author dwinter
date Thu, 13 Oct 2011 10:51:54 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/__init__.py	Thu Oct 13 10:51:54 2011 +0200
@@ -0,0 +1,11 @@
+import JSONClient
+
+def initialize(context):
+    """initialize ImageCollection"""
+    context.registerClass(
+       JSONClient.JSONClient,
+        constructors = (
+          JSONClient.manage_addJSONClientForm,
+          JSONClient.manage_addJSONClient
+          )
+        )