diff pytouhou/formats/msg.py @ 203:df8b2ab54639

Make pylint slightly happier (and code analysis easier)
author Thibaut Girka <thib@sitedethib.com>
date Mon, 31 Oct 2011 19:29:47 +0100
parents d3005ebe797a
children 4838e9bab0f9
line wrap: on
line diff
--- a/pytouhou/formats/msg.py
+++ b/pytouhou/formats/msg.py
@@ -12,7 +12,6 @@
 ## GNU General Public License for more details.
 ##
 
-import struct
 from struct import pack, unpack, calcsize
 from pytouhou.utils.helpers import read_string