diff pytouhou/formats/ecl.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 eef492100f4c
children d18c0bf11138
line wrap: on
line diff
--- a/pytouhou/formats/ecl.py
+++ b/pytouhou/formats/ecl.py
@@ -26,7 +26,7 @@ from pytouhou.utils.helpers import get_l
 
 logger = get_logger(__name__)
 
-class ECL(object):
+class ECL:
     """Handle Touhou 6 ECL files.
 
     ECL files are binary script files used to describe the behavior of enemies.