ref: 47a828c1dcdb3fa1b9655bb4e3f618afe4fe14cc
parent: 74a4d6588458a05d2e833f12ea2c80df10b0865d
author: Bryan Bishop <[email protected]>
date: Sun Jan 27 12:05:15 EST 2013
set character encoding header in interval_map.py
--- a/extras/interval_map.py
+++ b/extras/interval_map.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
from bisect import bisect_left, bisect_right
from itertools import izip