mirror of https://github.com/pret/pokecrystal.git
set character encoding header in interval_map.py
This commit is contained in:
parent
74a4d65884
commit
47a828c1dc
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from bisect import bisect_left, bisect_right
|
from bisect import bisect_left, bisect_right
|
||||||
from itertools import izip
|
from itertools import izip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue