mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Should fix broken Travis
This commit is contained in:
parent
6825bf85a4
commit
19e08416b5
4 changed files with 5 additions and 12 deletions
|
|
@ -5,8 +5,6 @@ Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
|
|||
See the file 'LICENSE' for copying permission
|
||||
"""
|
||||
|
||||
from __future__ import division
|
||||
|
||||
import doctest
|
||||
import logging
|
||||
import os
|
||||
|
|
@ -35,8 +33,6 @@ from lib.core.data import paths
|
|||
from lib.core.data import queries
|
||||
from lib.core.patch import unisonRandom
|
||||
|
||||
_rand = 0
|
||||
|
||||
def vulnTest():
|
||||
"""
|
||||
Runs the testing against 'vulnserver'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue