diff pytouhou/formats/ecl.py @ 158:7769ce7be03c

Minor cleanup
author Thibaut Girka <thib@sitedethib.com>
date Mon, 10 Oct 2011 18:56:13 +0200
parents 732c64662f87
children c8c60291c56f
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py
+++ b/pytouhou/formats/ecl.py
@@ -14,7 +14,6 @@
 
 import struct
 from struct import pack, unpack, calcsize
-from pytouhou.utils.helpers import read_string
 
 from pytouhou.utils.helpers import get_logger