Skip to content

Commit 140653a

Browse files
committed
Remove shebang from modules
Since these are not standalone scripts, but modules, they do not require a shebang. While packaging for Fedora rpmlint threw an error pointing this out.
1 parent 054e8a3 commit 140653a

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)