mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-23 23:19:06 +03:00
deleted unnecessary hg file
This commit is contained in:
parent
d987cd3ad0
commit
105ac8ea77
|
@ -1,2 +0,0 @@
|
||||||
glob:virtualenv
|
|
||||||
glob:MANIFEST
|
|
|
@ -20,6 +20,7 @@ import urlparse
|
||||||
import lib.core.common
|
import lib.core.common
|
||||||
import lib.core.threads
|
import lib.core.threads
|
||||||
|
|
||||||
|
from extra.colorama.initialise import init as coloramainit
|
||||||
from extra.keepalive import keepalive
|
from extra.keepalive import keepalive
|
||||||
from extra.oset.pyoset import oset
|
from extra.oset.pyoset import oset
|
||||||
from extra.socks import socks
|
from extra.socks import socks
|
||||||
|
@ -1950,6 +1951,7 @@ def init(inputOptions=AttribDict(), overrideOptions=False):
|
||||||
based upon command line and configuration file options.
|
based upon command line and configuration file options.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
coloramainit()
|
||||||
__setConfAttributes()
|
__setConfAttributes()
|
||||||
__setKnowledgeBaseAttributes()
|
__setKnowledgeBaseAttributes()
|
||||||
__mergeOptions(inputOptions, overrideOptions)
|
__mergeOptions(inputOptions, overrideOptions)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user