Skip to content

Commit 3658aec

Browse files
committed
Merge pull request #15 from erikvanzijst/patch-1
Added utf8 encoding header.
2 parents b0a385a + 0910cc8 commit 3658aec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

data_hacks/bar_chart.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23
#
34
# Copyright 2010 bit.ly
45
#

data_hacks/histogram.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23
#
34
# Copyright 2010 bit.ly
45
#

0 commit comments

Comments
 (0)