Mercurial > touhou
comparison pytouhou/formats/score.py @ 305:5492472963b0
Minor cleanup
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 13 Mar 2012 18:45:43 +0100 |
parents | 3a81b607f974 |
children | 70e2ed71b09c |
comparison
equal
deleted
inserted
replaced
304:f3099ebf4f61 | 305:5492472963b0 |
---|---|
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 ## GNU General Public License for more details. | 12 ## GNU General Public License for more details. |
13 ## | 13 ## |
14 | 14 |
15 | 15 |
16 from struct import pack, unpack, calcsize, Struct | 16 from struct import pack, unpack, Struct |
17 from collections import namedtuple | 17 from collections import namedtuple |
18 from io import BytesIO | 18 from io import BytesIO |
19 | 19 |
20 | 20 |
21 class TH6Score(object): | 21 class TH6Score(object): |