mirror of https://github.com/secdev/scapy.git
Made in-place and zip execution work with python2.6 (ticket #195)
This commit is contained in:
parent
eabb142ea3
commit
71ad2b6422
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
DIR=$(dirname $0)
|
||||
PYTHONPATH=$DIR exec python -m scapy/
|
||||
PYTHONPATH=$DIR exec python -m scapy.__init__
|
||||
|
|
Loading…
Reference in New Issue