summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2009-12-02 11:03:52 -0500
committerBen Konrath <ben@bagu.org>2009-12-02 11:03:52 -0500
commit311bfa1afcd6509122df376fd0e6c4621f03d3c9 (patch)
treed7a4aa5ba39315aeeed068e5d999d9ea9b3f90aa
parent35766014621c259f077a3c26a8f200ecd45e08fc (diff)
downloadcaribou-311bfa1afcd6509122df376fd0e6c4621f03d3c9.tar.gz
Change UTF-8 for utf-8 so emacs stops complaining
-rw-r--r--src/keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.py b/src/keyboard.py
index 758e73d..4d56d7d 100644
--- a/src/keyboard.py
+++ b/src/keyboard.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
#
# Carbou - text entry and UI navigation application
#