cleanup not necessary stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 28 Sep 2009 11:02:24 +0200
branchstable
changeset 3498 838ef1f527ab
parent 3497 63b9541dd36f
child 3499 9161c215b954
cleanup not necessary
web/views/basetemplates.py
--- a/web/views/basetemplates.py	Mon Sep 28 11:02:04 2009 +0200
+++ b/web/views/basetemplates.py	Mon Sep 28 11:02:24 2009 +0200
@@ -528,8 +528,3 @@
     if config.get('https-url'):
         return req.url().replace(req.base_url(), config['https-url'])
     return req.url()
-
-
-## vregistry registration callback ############################################
-def registration_callback(vreg):
-    vreg.register_all(globals().values(), __name__)