Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75f447c

Browse files
committed
Renaming lib/core/purge to lib/utils/purge
1 parent 9c7fbd1 commit 75f447c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
from lib.core.exception import SqlmapUserQuitException
9393
from lib.core.log import FORMATTER
9494
from lib.core.optiondict import optDict
95-
from lib.core.purge import purge
9695
from lib.core.settings import ACCESS_ALIASES
9796
from lib.core.settings import BURP_REQUEST_REGEX
9897
from lib.core.settings import BURP_XML_HISTORY_REGEX
@@ -146,6 +145,7 @@
146145
from lib.utils.crawler import crawl
147146
from lib.utils.deps import checkDependencies
148147
from lib.utils.google import Google
148+
from lib.utils.purge import purge
149149
from thirdparty.colorama.initialise import init as coloramainit
150150
from thirdparty.keepalive import keepalive
151151
from thirdparty.oset.pyoset import oset
File renamed without changes.

0 commit comments

Comments
 (0)