filenames without _ (spare my pinkie)
[unfold.git] / engine / plugin.py
index 4fb4211..fc68c48 100644 (file)
@@ -14,7 +14,8 @@ from engine.prelude import Prelude
 # . [ 'SliceList', 'TabbedView' ] : to debug these classes
 # . True : to debug all plugin
 
-DEBUG= [ 'Tabs' ]
+#DEBUG= [ 'Tabs' ]
+DEBUG= False
 
 class Plugin:
 
@@ -111,8 +112,7 @@ class Plugin:
         settings_json = json.dumps (js_env, separators=(',',':'))
         env ['settings_json' ] = settings_json
         # compute plugin-specific initialization
-        js_init = render_to_string ( 'plugin_setenv.js', env )
-        print 'js_init',js_init
+        js_init = render_to_string ( 'plugin-setenv.js', env )
         self.add_js_chunks (request, js_init)
         
         # interpret the result of requirements ()