leveraging six a bit better now; also, py27 should not be broken now

This commit is contained in:
Michael Greene
2014-08-22 20:03:11 -07:00
parent db465fa191
commit 8542e63652
6 changed files with 23 additions and 26 deletions

View File

@@ -171,8 +171,8 @@ class Boolean(Signature):
# Python 3.x
return self.bool
# Python 2.7
def __nonzero__(self): # pragma: no cover
# Python 2.7
return self.bool
def parse(self, packet):