Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
pete
/
abp
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Update to v0.3, prepare for pip
master
Pete Shadbolt
hace 8 años
padre
c9d7fe8d18
commit
98e8241d29
Se han
modificado 2 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
bin/abpserver
+1
-1
setup.py
+ 0
- 1
bin/abpserver
Ver fichero
@@ -32,7 +32,6 @@ if __name__ == '__main__':
args = parser.parse_args()
# Change to the right working dir
print abp.__path__
where = os.path.join(os.path.dirname(abp.__path__[0]), "static")
os.chdir(where)
+ 1
- 1
setup.py
Ver fichero
@@ -9,7 +9,7 @@ print appdata
setup(
name = "abp",
version = "0.
2
",
version = "0.
3
",
packages = find_packages(),
test_suite = "tests",
author = "Pete Shadbolt",
Escribir
Vista previa
Cargando…
Cancelar
Guardar