Skip to content

Commit

Permalink
Merge pull request #421 from penguinpee/master
Browse files Browse the repository at this point in the history
Remove shebang from modules
  • Loading branch information
jgrewe authored May 11, 2023
2 parents 054e8a3 + 140653a commit 5213865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion odml/tools/odmlparser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
A generic odML parsing module. It parses odML files and documents.
All supported formats can be found in parser_utils.SUPPORTED_PARSERS.
Expand Down
1 change: 0 additions & 1 deletion odml/tools/xmlparser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
The xmlparser module provides access to the XMLWriter and XMLReader classes.
Both handle the conversion of odML documents from and to XML files and strings.
Expand Down

0 comments on commit 5213865

Please sign in to comment.