components/nmap/patches/zenmap.setup.py.patch
branchs11u1-sru
changeset 2588 882be62c9698
parent 2587 576c01af714c
child 2590 83427c2f746b
--- a/components/nmap/patches/zenmap.setup.py.patch	Fri Apr 26 17:13:13 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
---- nmap-5.21/zenmap/setup.py	2010-01-26 16:57:31.000000000 -0800
-+++ nmap-5.21/zenmap/setup.py	2010-02-24 10:12:10.652841785 -0800
-@@ -324,7 +324,6 @@
-             if not re_sys.match(line):
-                 break
-             uline += 1
--        ucontent.insert(uline, "\nimport sys\nsys.path.append(%s)\n" % repr(modules))
- 
-         ufile = open(app_file_name, "w")
-         ufile.writelines(ucontent)