mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
[Fix] Re-Add Shebangs
Required for some Unix and Mac distributions
This commit is contained in:
parent
6ffbeb8aee
commit
9c9ca42c13
1
EDMC.py
1
EDMC.py
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
EDMC.py - Command-line interface. Requires prior setup through the GUI.
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
EDMarketConnector.py - Entry point for the GUI.
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
coriolis-update-files.py - Build ship and module databases from https://github.com/EDCD/coriolis-data/.
|
||||
|
||||
|
1
l10n.py
1
l10n.py
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
l10n.py - Localize using OSX-Style Strings.
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Search for dependencies given a package."""
|
||||
import sys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user