[Testbot] Plone 4.3 - Python 2.6 - Build # 2223 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Jul 25 07:42:33 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2223 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2223/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2014-07-25T08:52:20+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.upgrade/commit/8730206f93e4c6a288320c1d1ede18522613e192

Revert "Plone neither provides an IFactoryTool nor ships with ATCT. This partly fixes a problem with robot-server."

This reverts commit 9cbcc7357e72f3c64a0abd87f0b8468961a7d071.

Files changed:
M plone/app/upgrade/v30/alphas.py

diff --git a/plone/app/upgrade/v30/alphas.py b/plone/app/upgrade/v30/alphas.py
index 7fa0378..a4a6a00 100644
--- a/plone/app/upgrade/v30/alphas.py
+++ b/plone/app/upgrade/v30/alphas.py
@@ -88,12 +88,7 @@
 try:
     from Products.CMFPlone.interfaces import IFactoryTool
 except:
-    try:
-        from Products.ATContentTypes.interfaces import IFactoryTool
-    except:
-        # Plone 5 neither provides an IFactoryTool nor ships with ATCT
-        from zope.interface import Interface
-        IFactoryTool = Interface
+    from Products.ATContentTypes.interfaces import IFactoryTool
 
 
 def three0_alpha1(context):




-------------------------------------------------------------------------------


More information about the Testbot mailing list