From eb6a123e9b313f260ef0b62ca3fa5c3fdb53385d Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 8 May 2012 01:19:45 +0200 Subject: [PATCH] [IMP] fix bzr revid: fp@openerp.com-20120507231945-qcnv4d0rl41lykvs --- addons/web_graph/controllers/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web_graph/controllers/graph.py b/addons/web_graph/controllers/graph.py index 4444c734204..f6c1343c042 100644 --- a/addons/web_graph/controllers/graph.py +++ b/addons/web_graph/controllers/graph.py @@ -40,7 +40,7 @@ class GraphView(View): assert len(xaxis), "No field for the X axis!" assert len(yaxis), "No field for the Y axis!" - + # Convert a field's data into a displayable string ticks = {}