Mercurial > touhou
diff pytouhou/formats/t6rp.py @ 305:5492472963b0
Minor cleanup
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 13 Mar 2012 18:45:43 +0100 |
parents | 88361534c77e |
children | 56523a16db1d |
line wrap: on
line diff
--- a/pytouhou/formats/t6rp.py +++ b/pytouhou/formats/t6rp.py @@ -23,10 +23,7 @@ replay file is sufficient to unfold a fu from struct import unpack from io import BytesIO -from pytouhou.utils.random import Random -from pytouhou.utils.helpers import read_string - -from pytouhou.utils.helpers import get_logger +from pytouhou.utils.helpers import read_string, get_logger logger = get_logger(__name__)