Browse Source

Py3: Update incorrect shebang

pull/1218/head
Safihre 6 years ago
parent
commit
d564323ac1
  1. 2
      SABnzbd.py
  2. 2
      sabnzbd/utils/certgen.py
  3. 2
      sabnzbd/utils/happyeyeballs.py
  4. 2
      sabnzbd/utils/kronos.py

2
SABnzbd.py

@ -1,4 +1,4 @@
#!/usr/bin/python33 -OO #!/usr/bin/python3 -OO
# Copyright 2007-2019 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2007-2019 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or

2
sabnzbd/utils/certgen.py

@ -1,4 +1,4 @@
#!/usr/bin/python33 #!/usr/bin/python3
""" """
Adapted from the docs of cryptography Adapted from the docs of cryptography

2
sabnzbd/utils/happyeyeballs.py

@ -1,4 +1,4 @@
#!/usr/bin/python33 #!/usr/bin/python3
# Python implementation of RFC 6555 / Happy Eyeballs: find the quickest IPv4/IPv6 connection # Python implementation of RFC 6555 / Happy Eyeballs: find the quickest IPv4/IPv6 connection
# See https://tools.ietf.org/html/rfc6555 # See https://tools.ietf.org/html/rfc6555
# Method: Start parallel sessions using threads, and only wait for the quickest succesful socket connect # Method: Start parallel sessions using threads, and only wait for the quickest succesful socket connect

2
sabnzbd/utils/kronos.py

@ -1,4 +1,4 @@
#!/usr/bin/python33 #!/usr/bin/python3
"""Module that provides a cron-like task scheduler. """Module that provides a cron-like task scheduler.
This task scheduler is designed to be used from inside your own program. This task scheduler is designed to be used from inside your own program.

Loading…
Cancel
Save