forked from Lainports/opnsense-ports
13 lines
505 B
Text
13 lines
505 B
Text
--- w3af_gui.orig 2015-04-07 15:04:48 UTC
|
|
+++ w3af_gui
|
|
@@ -9,8 +9,8 @@ import base64
|
|
|
|
# Perform the GTK UI dependency check, this will verify that the current system
|
|
# has all the modules required to run w3af (including the core dependencies)
|
|
-from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
|
|
-dependency_check()
|
|
+#from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
|
|
+#dependency_check()
|
|
|
|
import w3af.core.controllers.output_manager as om
|
|
|