Added a sys.path.append to make the main script look
in /usr/share/intersect/ for the other parts it needs.
--- a/intersect
+++ b/intersect
@@ -5,6 +5,7 @@
 # bindshell labs - http://bindshell.it.cx
 
 import sys, os, re
+sys.path.append("/usr/share/intersect/")
 import shutil
 import string, socket
 import linecache
