Make pyflakes happy by defining variable

pull/1/head
Matthew Duggan 2013-11-07 16:10:14 +09:00
parent 10a68c83bd
commit 024b821056
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class BitParser(object):
@classmethod @classmethod
def add(klass, root, v, bits): def add(klass, root, v, bits):
p = root p = root
b = None
for i in xrange(len(bits)): for i in xrange(len(bits)):
if 0 < i: if 0 < i:
if p[b] is None: if p[b] is None: