mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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.threads
|
||||
|
||||
from extra.colorama.initialise import init as coloramainit
|
||||
from extra.keepalive import keepalive
|
||||
from extra.oset.pyoset import oset
|
||||
from extra.socks import socks
|
||||
|
@ -1950,6 +1951,7 @@ def init(inputOptions=AttribDict(), overrideOptions=False):
|
|||
based upon command line and configuration file options.
|
||||
"""
|
||||
|
||||
coloramainit()
|
||||
__setConfAttributes()
|
||||
__setKnowledgeBaseAttributes()
|
||||
__mergeOptions(inputOptions, overrideOptions)
|
||||
|
|
Loading…
Reference in New Issue
Block a user