Mercurial > lcfOS
diff python/hexfile.py @ 240:6259856841a0
Remove project
author | Windel Bouwman |
---|---|
date | Mon, 22 Jul 2013 22:37:33 +0200 |
parents | d3dccf12ca88 |
children | 58155c7c4a8e |
line wrap: on
line diff
--- a/python/hexfile.py Mon Jul 22 17:57:25 2013 +0200 +++ b/python/hexfile.py Mon Jul 22 22:37:33 2013 +0200 @@ -21,9 +21,9 @@ class HexFile: """ Represents an intel hexfile """ - def __init__(self, filename=None): - self.regions = [] - self.startAddress = 0 + def __init__(self): + self.regions = [] + self.startAddress = 0 def load(self, f): endOfFile = False