mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Call superclass's init method from derived class
This commit is contained in:
parent
f66f765607
commit
b8c8fe8047
1 changed files with 1 additions and 0 deletions
|
|
@ -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"'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue