Mercurial > touhou
diff pytouhou/formats/sht.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/sht.py +++ b/pytouhou/formats/sht.py @@ -19,7 +19,7 @@ from pytouhou.utils.helpers import get_l logger = get_logger(__name__) -class Shot(object): +class Shot: def __init__(self): self.interval = 0 self.delay = 0 @@ -38,7 +38,7 @@ class Shot(object): self.unknown5 = None -class SHT(object): +class SHT: def __init__(self): self.unknown1 = None self.bombs = 0.