summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel Gadllah <adel.gadllah@gmail.com>2009-02-21 08:32:15 +0100
committerAdel Gadllah <adel.gadllah@gmail.com>2009-02-21 08:32:15 +0100
commit4a361d1b21cd98937ee97245fa041f9f1d0e3ea1 (patch)
tree654be9c606e8b46e257c1c7f134ed43fbbd13929
parentb1ca4b15698d2bc83f282583811230e05423b8fb (diff)
Add encoding to python file
-rw-r--r--Makefile1
-rw-r--r--get_layouts.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dccb048..af9c7d5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all:
install:
install -m 755 fedora-setup-keyboard $(DESTDIR)/fedora-setup-keyboard
+ install -d -m 644 10-x11-keymap.fdi $(DESTDIR)/usr/share/hal/fdi/policy/10osvendor/10-x11-keymap.fdi
clean:
rm -f fedora-setup-keyboard keyboards.h
diff --git a/get_layouts.py b/get_layouts.py
index 500f14a..38e9bc8 100644
--- a/get_layouts.py
+++ b/get_layouts.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# encoding: utf-8
"""
Copyright © 2009 Adel Gadllah