mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
All executable files invoked with #!/usr/bin/env python3
This commit is contained in:
parent
a2ea9e014c
commit
3c46e8d5fa
2
EDMC.py
2
EDMC.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Command-line interface. Requires prior setup through the GUI.
|
# Command-line interface. Requires prior setup through the GUI.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from builtins import str
|
from builtins import str
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Script for collating lists of seen commodities, modules and ships from dumps of the Companion API output
|
# Script for collating lists of seen commodities, modules and ships from dumps of the Companion API output
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# build ship and module databases from https://github.com/EDCD/coriolis-data/
|
# build ship and module databases from https://github.com/EDCD/coriolis-data/
|
||||||
#
|
#
|
||||||
|
2
eddb.py
2
eddb.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# build databases from files systems.csv and stations.json from http://eddb.io/api
|
# build databases from files systems.csv and stations.json from http://eddb.io/api
|
||||||
#
|
#
|
||||||
|
2
l10n.py
2
l10n.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Localization with gettext is a pain on non-Unix systems. Use OSX-style strings files instead.
|
# Localization with gettext is a pain on non-Unix systems. Use OSX-style strings files instead.
|
||||||
#
|
#
|
||||||
|
1
prefs.py
1
prefs.py
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
from os.path import dirname, expanduser, expandvars, exists, isdir, join, normpath
|
from os.path import dirname, expanduser, expandvars, exists, isdir, join, normpath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user