Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activity.py2
-rw-r--r--charts.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 9bf4bfa..ccbcdc5 100644
--- a/activity.py
+++ b/activity.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# activity.py by:
# Agustin Zubiaga <aguzubiaga97@gmail.com>
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>