First round of cleanup

This commit is contained in:
Matt Andreko 2015-10-27 16:50:05 -04:00
commit 008b492c98
15 changed files with 81 additions and 81 deletions

View file

@ -17,7 +17,7 @@
import struct
from odict import OrderedDict
class Packet():
class Packet:
fields = OrderedDict([
("data", ""),
])