Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.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 /activity.py
parent122ea67e4ed269706f7f314c8e57d4b48b5212c8 (diff)
Fix py headers for utf-8
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 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>