White-space related lint fixes.

This commit is contained in:
Pedro Algarvio 2014-02-11 23:00:54 +00:00
parent 4a68e3b376
commit 0d1cf6edde

View File

@ -23,7 +23,6 @@ def test():
body = odict(msg='Hello Raet World', extra='what is this')
data = odict(hk=1, bk=1)
joiner = stacking.Joiner(stack=stack2, rdid=master.did, sid=0, txData=data)
joiner.start()
@ -33,7 +32,6 @@ def test():
#packet.parseBack()
#print packet.body.data
stack2.serviceUdp()
stack1.serviceUdp()
@ -48,6 +46,5 @@ def test():
print "Packet dropped"
if __name__ == "__main__":
test()