mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Call superclass's init method from derived class
This commit is contained in:
@@ -789,6 +789,7 @@ in epoch format!")
|
||||
class NmapParserSAX(ParserBasics, ContentHandler):
|
||||
def __init__(self):
|
||||
ParserBasics.__init__(self)
|
||||
ContentHandler.__init__(self)
|
||||
|
||||
# The text inside an xml-stylesheet processing instruction, like
|
||||
# 'href="file:///usr/share/nmap/nmap.xsl" type="text/xsl"'.
|
||||
|
||||
Reference in New Issue
Block a user