aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-15 22:58:28 +0000
committerceros7 <ceros7@svn>2010-05-15 22:58:28 +0000
commitaf6cde3904bb1be4ed9aef6c87f9cc700a4ad237 (patch)
tree6841b6d45c1f16f328089caefd3636088c68c861 /tools/EventClients
parent3902b5bea0954f936d66469d0db79c0b259a6c7a (diff)
Insert utf-8 encoding tags for python sources.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30195 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/lib/python/bt/bt.py1
-rw-r--r--tools/EventClients/lib/python/bt/hid.py1
-rw-r--r--tools/EventClients/lib/python/ps3/keymaps.py1
-rw-r--r--tools/EventClients/lib/python/ps3/sixaxis.py1
-rw-r--r--tools/EventClients/lib/python/xbmcclient.py1
-rw-r--r--tools/EventClients/lib/python/zeroconf.py1
6 files changed, 6 insertions, 0 deletions
diff --git a/tools/EventClients/lib/python/bt/bt.py b/tools/EventClients/lib/python/bt/bt.py
index 2dd897ed1b..00e18ca3a4 100644
--- a/tools/EventClients/lib/python/bt/bt.py
+++ b/tools/EventClients/lib/python/bt/bt.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tools/EventClients/lib/python/bt/hid.py b/tools/EventClients/lib/python/bt/hid.py
index a01fe34a9a..7a4999b506 100644
--- a/tools/EventClients/lib/python/bt/hid.py
+++ b/tools/EventClients/lib/python/bt/hid.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tools/EventClients/lib/python/ps3/keymaps.py b/tools/EventClients/lib/python/ps3/keymaps.py
index f0b383ad0b..fe2e8f9121 100644
--- a/tools/EventClients/lib/python/ps3/keymaps.py
+++ b/tools/EventClients/lib/python/ps3/keymaps.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tools/EventClients/lib/python/ps3/sixaxis.py b/tools/EventClients/lib/python/ps3/sixaxis.py
index b205d040e1..04eff7ba3c 100644
--- a/tools/EventClients/lib/python/ps3/sixaxis.py
+++ b/tools/EventClients/lib/python/ps3/sixaxis.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#
diff --git a/tools/EventClients/lib/python/xbmcclient.py b/tools/EventClients/lib/python/xbmcclient.py
index f32d83ef54..76bca034d9 100644
--- a/tools/EventClients/lib/python/xbmcclient.py
+++ b/tools/EventClients/lib/python/xbmcclient.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#
diff --git a/tools/EventClients/lib/python/zeroconf.py b/tools/EventClients/lib/python/zeroconf.py
index 8e8fec8586..2be3af9159 100644
--- a/tools/EventClients/lib/python/zeroconf.py
+++ b/tools/EventClients/lib/python/zeroconf.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org
#