Commit 54d9f545 authored by Sebastien Robin's avatar Sebastien Robin

make sure pychart exists


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6032 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00293214
......@@ -34,7 +34,10 @@ from Products.Formulator.Field import ZMIField
from Selection import Selection
from Products.PythonScripts.PythonScript import PythonScript
import pychart
try:
import pychart
except ImportError:
psychart = None
from zLOG import LOG
......
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