Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
pete
/
abp
Segui
1
Vota
1
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Update to v0.3, prepare for pip
master
Pete Shadbolt
8 anni fa
parent
c9d7fe8d18
commit
98e8241d29
2 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
bin/abpserver
+1
-1
setup.py
+ 0
- 1
bin/abpserver
Vedi File
@@ -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
Vedi File
@@ -9,7 +9,7 @@ print appdata
setup(
name = "abp",
version = "0.
2
",
version = "0.
3
",
packages = find_packages(),
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Annulla
Salva