Commit 963f8c22 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added a space before + operator.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17521 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3311095
......@@ -39,7 +39,7 @@ class ZGDChartWidget(Widget.Widget):
This is the class used in order to include inside
ERP5 some very nice charts
"""
property_names = Widget.Widget.property_names+\
property_names = Widget.Widget.property_names +\
['selection_name','default_params','chart_title',
'data_method','chart_style','x_title','y_title',
'bg_transparent']
......
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