Mercurial > touhou
diff pytouhou/formats/exe.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 |
line wrap: on
line diff
--- a/pytouhou/formats/exe.py +++ b/pytouhou/formats/exe.py @@ -30,7 +30,7 @@ class InvalidExeException(Exception): pass -class Shot(object): +class Shot: def __init__(self): self.interval = 0 self.delay = 0 @@ -45,7 +45,7 @@ class Shot(object): self.unknown1 = None -class SHT(object): +class SHT: def __init__(self): #self.unknown1 = None #self.bombs = 0.