[Checkins] SVN: five.pt/trunk/ Apply patches at import time instead of product initialisation.

Wichert Akkerman wichert at wiggy.net
Thu Sep 30 09:48:23 EDT 2010


Log message for revision 117087:
  Apply patches at import time instead of product initialisation.

Changed:
  U   five.pt/trunk/CHANGES.txt
  U   five.pt/trunk/src/five/pt/__init__.py

-=-
Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-09-30 12:49:47 UTC (rev 117086)
+++ five.pt/trunk/CHANGES.txt	2010-09-30 13:48:22 UTC (rev 117087)
@@ -1,10 +1,11 @@
 Changelog
 =========
 
-1.3.2 - ?
+1.3.3 - ?
 ~~~~~~~~~
 
-- ...
+- Apply patches at import time instead of product initialisation.
+  [wichert]
 
 
 1.3.2 - 2010-09-29

Modified: five.pt/trunk/src/five/pt/__init__.py
===================================================================
--- five.pt/trunk/src/five/pt/__init__.py	2010-09-30 12:49:47 UTC (rev 117086)
+++ five.pt/trunk/src/five/pt/__init__.py	2010-09-30 13:48:22 UTC (rev 117087)
@@ -1,5 +1,6 @@
+import patches
+
 def initialize(site):
-    import patches
     import chameleon.core.config
 
     if chameleon.core.config.EAGER_PARSING:



More information about the checkins mailing list