mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
White-space related lint fixes.
This commit is contained in:
parent
4a68e3b376
commit
0d1cf6edde
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user