Mercurial > touhou
diff pytouhou/formats/pbg3.py @ 490:1b532e7dd521
Decrease PBG3 loading time by improving lzss and bitstream integration.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 04 Oct 2013 14:28:49 +0200 |
parents | 70e2ed71b09c |
children | 6b76c9ba3975 |
line wrap: on
line diff
--- a/pytouhou/formats/pbg3.py +++ b/pytouhou/formats/pbg3.py @@ -24,7 +24,7 @@ a file table, and LZSS-compressed files. from collections import namedtuple from pytouhou.utils.bitstream import BitStream -import pytouhou.utils.lzss as lzss +from pytouhou.utils import lzss from pytouhou.utils.helpers import get_logger