[Checkins] SVN: z3c.jbot/trunk/ Overrides now work in production mode as well.

Malthe Borch mborch at gmail.com
Wed Nov 28 04:30:48 EST 2007


Log message for revision 82006:
  Overrides now work in production mode as well.

Changed:
  U   z3c.jbot/trunk/setup.py
  U   z3c.jbot/trunk/z3c/jbot/manager.py

-=-
Modified: z3c.jbot/trunk/setup.py
===================================================================
--- z3c.jbot/trunk/setup.py	2007-11-28 08:51:22 UTC (rev 82005)
+++ z3c.jbot/trunk/setup.py	2007-11-28 09:30:48 UTC (rev 82006)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.1'
+version = '0.1.1'
 
 setup(name='z3c.jbot',
       version=version,

Modified: z3c.jbot/trunk/z3c/jbot/manager.py
===================================================================
--- z3c.jbot/trunk/z3c/jbot/manager.py	2007-11-28 08:51:22 UTC (rev 82005)
+++ z3c.jbot/trunk/z3c/jbot/manager.py	2007-11-28 09:30:48 UTC (rev 82006)
@@ -64,7 +64,9 @@
             # save template and registry and assign path
             template.filename = path
             self.templates[template] = filename
-            
+
+        template._v_last_read = False
+        
 GlobalTemplateManager = GlobalTemplateManager()
 
 def getGlobalTemplateManager():



More information about the Checkins mailing list