mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
make pokecrystal compatible with python2.6 by default
This commit is contained in:
parent
58c696cfd3
commit
86cb61dbe8
@ -23,6 +23,7 @@ class RomStr(str):
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
if "labels" in kwargs.keys() and kwargs["labels"] == True:
|
||||
self.load_labels()
|
||||
str.__init__(self)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user