mirror of https://github.com/pret/pokecrystal.git
Fix an import.
This commit is contained in:
parent
427c822910
commit
c7838eec93
|
@ -1,4 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from copy import copy
|
||||
#this is straight out of ../textpre.py because i'm lazy
|
||||
#see jap_chars for overrides if you are in japanese mode?
|
||||
chars = {
|
||||
|
|
Loading…
Reference in New Issue