Skip to content
Snippets Groups Projects
Commit 71ad2b64 authored by Phil's avatar Phil
Browse files

Made in-place and zip execution work with python2.6 (ticket #195)

parent eabb142e
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
DIR=$(dirname $0)
PYTHONPATH=$DIR exec python -m scapy/
PYTHONPATH=$DIR exec python -m scapy.__init__
......@@ -9,7 +9,7 @@ import os
EZIP_HEADER="""#! /bin/sh
PYTHONPATH=$0/%s exec python -m scapy
PYTHONPATH=$0/%s exec python -m scapy.__init__
"""
def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment