fixed: identation.

This commit is contained in:
lgandx 2014-06-09 22:16:01 -04:00
commit 5c9fec923c
4 changed files with 1870 additions and 1875 deletions

View file

@ -377,5 +377,3 @@ def SniffUDPMac():
SniffUDPMac() SniffUDPMac()

View file

@ -264,4 +264,3 @@ def RunThisInLoop(host, host2, ip):
sleep(480) sleep(480)
FindWhatToDo(ToThisHost2) FindWhatToDo(ToThisHost2)

View file

@ -2519,4 +2519,3 @@ if __name__ == '__main__':
main() main()
except: except:
raise raise

View file

@ -445,4 +445,3 @@ if __name__ == '__main__':
except KeyboardInterrupt: except KeyboardInterrupt:
raise raise
raw_input() raw_input()