Changeset 648

Show
Ignore:
Timestamp:
05/09/07 22:22:31 (6 years ago)
Author:
boltrix
Message:

Work on having branch/hildon version working on windows.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/hildon/umitCore/NmapCommand.py

    r538 r648  
    3737 
    3838nmap_command_path = "nmap" 
    39 if sys.platform == "win32": 
    40    nmap_command_path = os.path.join(os.path.split(os.path.abspath(sys.executable))[0], "Nmap", "nmap.exe") 
     39# Don't need the line below anymore 
     40#if sys.platform == "win32": 
     41#   nmap_command_path = os.path.join(os.path.split(os.path.abspath(sys.executable))[0], "Nmap", "nmap.exe") 
    4142 
    4243log.debug(">>> Platform: %s" % sys.platform)