1
0
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:
David Sangrey 2023-12-16 21:04:33 -05:00
parent 6ffbeb8aee
commit 9c9ca42c13
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
EDMC.py - Command-line interface. Requires prior setup through the GUI.

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
EDMarketConnector.py - Entry point for the GUI.

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
coriolis-update-files.py - Build ship and module databases from https://github.com/EDCD/coriolis-data/.

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
l10n.py - Localize using OSX-Style Strings.

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Search for dependencies given a package."""
import sys