mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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 itertools import izip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user