mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
minor update
This commit is contained in:
parent
b699f98cbb
commit
91a0b5df3c
|
@ -79,6 +79,9 @@ from lib.core.settings import FIREBIRD_ALIASES
|
|||
|
||||
|
||||
class UnicodeRawConfigParser(RawConfigParser):
|
||||
"""
|
||||
RawConfigParser with unicode writing support
|
||||
"""
|
||||
def write(self, fp):
|
||||
"""
|
||||
Write an .ini-format representation of the configuration state.
|
||||
|
|
Loading…
Reference in New Issue
Block a user