merge stable cubicweb-version-3_3_3
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jul 2009 17:36:45 +0200
branchstable
changeset 2290 47b5236774a0
parent 2289 139a354624ab (current diff)
parent 2287 a198d877c748 (diff)
child 2291 2ba27ce8ecd9
merge
--- a/debian/changelog	Mon Jul 06 17:36:20 2009 +0200
+++ b/debian/changelog	Mon Jul 06 17:36:45 2009 +0200
@@ -1,3 +1,10 @@
+cubicweb (3.3.3-2) unstable; urgency=low
+
+  * re-release with "from __future__ import with_statement" commented out to
+    avoid broken installation if 2.4 is installed
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Mon, 06 Jul 2009 17:33:15 +0200
+
 cubicweb (3.3.3-1) unstable; urgency=low
 
   * new upstream release
--- a/test/unittest_rset.py	Mon Jul 06 17:36:20 2009 +0200
+++ b/test/unittest_rset.py	Mon Jul 06 17:36:45 2009 +0200
@@ -6,7 +6,7 @@
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
-from __future__ import with_statement
+#from __future__ import with_statement
 
 from logilab.common.testlib import TestCase, unittest_main
 
--- a/web/test/unittest_form.py	Mon Jul 06 17:36:20 2009 +0200
+++ b/web/test/unittest_form.py	Mon Jul 06 17:36:45 2009 +0200
@@ -5,7 +5,7 @@
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
-from __future__ import with_statement
+#from __future__ import with_statement
 
 from xml.etree.ElementTree import fromstring