root/scapy/__init__.py

Revision 862:52d055e522bd, 279 bytes (checked in by Phil <phil@secdev.org>, 5 months ago)

Merged with one-file scapy

Line 
1 ## This file is part of Scapy
2 ## See http://www.secdev.org/projects/scapy for more informations
3 ## Copyright (C) Philippe Biondi <phil@secdev.org>
4 ## This program is published under a GPLv2 license
5
6
7
8 if __name__ == "__main__":
9     from scapy.main import interact
10     interact()
Note: See TracBrowser for help on using the browser.