Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-06-29 04:21:44 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-06-29 04:21:44 (GMT)
commit74be759f6126fd0950663cd61735a67b8ec2f310 (patch)
treeabb90a5748094619c0ebb5005417347c03516d12 /charts.py
parent8b823a892cee1103cdd352f7aa3f0944170def69 (diff)
pep8 and pylint fixes
Diffstat (limited to 'charts.py')
-rw-r--r--charts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.py b/charts.py
index 89dbf92..8cf81fb 100644
--- a/charts.py
+++ b/charts.py
@@ -51,7 +51,7 @@ class Chart(gobject.GObject):
'legend': {'hide': True},
'titleFontSize': 16,
'axis': {
- 'tickFontSize' : 12,
+ 'tickFontSize': 12,
'labelFontSize': 14,
'x': {
'ticks': [dict(v=i, label=l[0]) for i,