Commit f58f1d1b authored by Jérome Perrin's avatar Jérome Perrin

name exception in except:


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17810 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cf95cb5
......@@ -1353,7 +1353,7 @@ class ERP5Generator(PortalGenerator):
try:
from Products.FCKeditor import fckeditor_globals
have_fckeditor = 1
except:
except ImportError:
have_fckeditor = 0
ps = getToolByName(p, 'portal_skins')
addDirectoryViews(ps, 'skins', cmfdefault_globals)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment