Fix ambiguous shebang in netbox/manage.py.

This commit is contained in:
xee8ai 2024-10-23 16:28:08 +02:00 committed by Jeremy Stretch
parent 97eb5bda50
commit ce67d2c13b

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import sys import sys