You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
make pokecrystal compatible with python2.6 by default
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user