diff pytouhou/formats/pbg3.py @ 615:d1f0bb0b7a17

Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Mar 2015 21:40:51 +0100
parents e15672733c93
children d18c0bf11138
line wrap: on
line diff
--- a/pytouhou/formats/pbg3.py
+++ b/pytouhou/formats/pbg3.py
@@ -69,7 +69,7 @@ PBG3Entry = namedtuple('PBG3Entry', 'unk
 
 
 
-class PBG3(object):
+class PBG3:
     """Handle PBG3 archive files.
 
     PBG3 is a file archive format used in Touhou 6: EoSD.