Index: /branch/hildon/umitCore/NmapCommand.py
===================================================================
--- /branch/hildon/umitCore/NmapCommand.py (revision 538)
+++ /branch/hildon/umitCore/NmapCommand.py (revision 648)
@@ -37,6 +37,7 @@
 
 nmap_command_path = "nmap"
-if sys.platform == "win32":
-   nmap_command_path = os.path.join(os.path.split(os.path.abspath(sys.executable))[0], "Nmap", "nmap.exe")
+# Don't need the line below anymore
+#if sys.platform == "win32":
+#   nmap_command_path = os.path.join(os.path.split(os.path.abspath(sys.executable))[0], "Nmap", "nmap.exe")
 
 log.debug(">>> Platform: %s" % sys.platform)
