mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -79,6 +79,9 @@ from lib.core.settings import FIREBIRD_ALIASES
|
|||||||
|
|
||||||
|
|
||||||
class UnicodeRawConfigParser(RawConfigParser):
|
class UnicodeRawConfigParser(RawConfigParser):
|
||||||
|
"""
|
||||||
|
RawConfigParser with unicode writing support
|
||||||
|
"""
|
||||||
def write(self, fp):
|
def write(self, fp):
|
||||||
"""
|
"""
|
||||||
Write an .ini-format representation of the configuration state.
|
Write an .ini-format representation of the configuration state.
|
||||||
|
|||||||
Reference in New Issue
Block a user