removed copyright header from all files for core-python and corens3

This commit is contained in:
Blake J. Harnden 2017-08-18 10:38:27 -07:00
parent f7cb269a11
commit f55d241b36
7 changed files with 8 additions and 43 deletions

View file

@ -34,6 +34,14 @@ class CoreVersionParser(object):
def core_document_parser(session, filename, options):
"""
Retrieves the xml document parser.
:param core.session.Session session: core
:param str filename: name of file to save to or load from
:param dict options: parsing options
:return: xml document parser
"""
vp = CoreVersionParser(filename, options)
if 'dom' not in options:
options['dom'] = vp.dom