components/nmap/patches/zenmap.setup.py.patch
author Melynda Hunter <melynda.hunter@Oracle.COM>
Wed, 30 Jan 2013 10:42:50 -0800
branchs11u1-sru
changeset 2479 e8d296a83439
parent 605 8dca74ad1a27
permissions -rw-r--r--
Added tag 0.175.1.4.0.4.0 for changeset a8b64d3a690a

--- 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)