Skip to content

Commit 5213865

Browse files
authored
Merge pull request #421 from penguinpee/master
Remove shebang from modules
2 parents 054e8a3 + 140653a commit 5213865

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

odml/tools/odmlparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
A generic odML parsing module. It parses odML files and documents.
43
All supported formats can be found in parser_utils.SUPPORTED_PARSERS.

odml/tools/xmlparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
The xmlparser module provides access to the XMLWriter and XMLReader classes.
43
Both handle the conversion of odML documents from and to XML files and strings.

0 commit comments

Comments
 (0)