This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
netbox
espejo de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix ambiguous shebang in netbox/manage.py.
xee8ai
hace 1 año
padre
97eb5bda50
commit
ce67d2c13b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
netbox/manage.py
+ 1
- 1
netbox/manage.py
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
import os
import sys