Skip to content

Commit

Permalink
Can't use a dependency during dependency check!
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed May 25, 2019
1 parent 9d9650e commit 6e4edab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
import subprocess32 as subprocess
import subprocess

from w3af.core.controllers.misc.which import which

Expand Down
3 changes: 1 addition & 2 deletions w3af/core/controllers/dependency_check/platforms/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"""
import platform

import subprocess32 as subprocess
import subprocess

from .base_platform import Platform
from ..requirements import CORE, GUI
Expand Down
3 changes: 1 addition & 2 deletions w3af/core/controllers/dependency_check/platforms/mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"""
import sys
import platform

import subprocess32 as subprocess
import subprocess

from w3af.core.controllers.dependency_check.pip_dependency import PIPDependency
from w3af.core.controllers.dependency_check.platforms.base_platform import Platform
Expand Down
3 changes: 1 addition & 2 deletions w3af/core/controllers/dependency_check/platforms/openbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"""
import platform

import subprocess32 as subprocess
import subprocess

from .base_platform import Platform
from ..requirements import CORE, GUI
Expand Down
3 changes: 1 addition & 2 deletions w3af/core/controllers/dependency_check/platforms/suse.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"""
import platform

import subprocess32 as subprocess
import subprocess

from .base_platform import Platform
from ..requirements import CORE, GUI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"""
import platform

import subprocess32 as subprocess
import subprocess

from .base_platform import Platform
from ..requirements import CORE, GUI
Expand Down

0 comments on commit 6e4edab

Please sign in to comment.