Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-02-01 14:59:30 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-02-01 14:59:30 (GMT)
commitd9fcf5c8d906071d1f4b76f6da442ad332de3aae (patch)
tree2e352d60f650cdc5cb9164675a700b71a46872a5 /charts.py
parent122ea67e4ed269706f7f314c8e57d4b48b5212c8 (diff)
Fix py headers for utf-8
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
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 3915aa1..463b109 100644
--- a/charts.py
+++ b/charts.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# charts.py by:
# Agustin Zubiaga <aguzubiaga97@gmail.com>