Skip to content

Commit

Permalink
Remove refs to xmlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-stenstrom committed Aug 17, 2023
1 parent 1b9297a commit 98fc561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions doc/sphinx/source/pyfmi.common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@ Module :mod:`io`
:members:
:undoc-members:
:show-inheritance:

Module :mod:`xmlparser`
-----------------------

.. automodule:: pyfmi.common.xmlparser
:members:
:undoc-members:
:show-inheritance:



2 changes: 1 addition & 1 deletion src/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
and functions.
"""

__all__ = ['algorithm_drivers', 'core', 'diagnostics', 'io', 'xmlparser', 'plotting']
__all__ = ['algorithm_drivers', 'core', 'diagnostics', 'io', 'plotting']

import sys
python3_flag = True if sys.hexversion > 0x03000000 else False
Expand Down

0 comments on commit 98fc561

Please sign in to comment.