Made in-place and zip execution work with python2.6 (ticket #195)
diff --git a/setup.py b/setup.py
index 45282c3..4f8a9b8 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@
 
 
 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):