summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-19 17:44:11 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-19 17:44:11 -0500
commitf94a87949a9cbca058b2541bebd5147421ee90d5 (patch)
tree6fd6deb3d492fa25e7e8880213de04ef17d57ac2
parentfcf0b16d7b4580adeba373bdc7010a3e9822bd55 (diff)
downloadpulsecaster-f94a87949a9cbca058b2541bebd5147421ee90d5.tar.gz
pulsecaster-f94a87949a9cbca058b2541bebd5147421ee90d5.tar.xz
pulsecaster-f94a87949a9cbca058b2541bebd5147421ee90d5.zip
Include proper encoding (PEP-0263)
-rw-r--r--pulsecaster/ui.py1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py
index bb96a92..e71530f 100644
--- a/pulsecaster/ui.py
+++ b/pulsecaster/ui.py
@@ -1,4 +1,5 @@
# Copyright (C) 2009, 2010 Paul W. Frields and others.
+# -*- coding: utf-8 -*-
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup.py b/setup.py
index a59a3b4..dab6b14 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# -*- coding: utf-8 -*-
#
# Copyright (C) 2009, 2010 Paul W. Frields and others.
#