diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
commit | e18315c69f2044d6e6d4e684a42183b0218df66f (patch) | |
tree | 2ebea6220a386b1459ae6be3683a6ed229bc7375 /scripts/rpki/sax_utils.py | |
parent | 7f56c3d9d33a0ee814cba03966d6a0851804e9a4 (diff) |
Doc
svn path=/docs/rpki-db-schema.pdf; revision=1155
Diffstat (limited to 'scripts/rpki/sax_utils.py')
-rw-r--r-- | scripts/rpki/sax_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rpki/sax_utils.py b/scripts/rpki/sax_utils.py index 058deeb2..f1531c24 100644 --- a/scripts/rpki/sax_utils.py +++ b/scripts/rpki/sax_utils.py @@ -19,6 +19,7 @@ class handler(xml.sax.handler.ContentHandler): """ def __init__(self): + """Initialize SAX handler.""" self.text = "" self.stack = [] |