opnsense-ports/security/w3af/files/patch-w3af__gui
Franco Fichtner e91c4588ad */*: sync with upstream
Taken from: FreeBSD
2016-08-03 08:04:01 +02:00

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