summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdata_hacks/bar_chart.py1
-rw-r--r--data_hacks/histogram.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/data_hacks/bar_chart.py b/data_hacks/bar_chart.py
index e16bb05..14f5541 100755
--- a/data_hacks/bar_chart.py
+++ b/data_hacks/bar_chart.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
# Copyright 2010 bit.ly
#
diff --git a/data_hacks/histogram.py b/data_hacks/histogram.py
index 5eefeb9..3de3e21 100644
--- a/data_hacks/histogram.py
+++ b/data_hacks/histogram.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
# Copyright 2010 bit.ly
#