summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
#