Changeset 648
- Timestamp:
- 05/09/07 22:22:31 (6 years ago)
- Files:
-
- 1 modified
-
branch/hildon/umitCore/NmapCommand.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/hildon/umitCore/NmapCommand.py
r538 r648 37 37 38 38 nmap_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") 41 42 42 43 log.debug(">>> Platform: %s" % sys.platform)
