Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
pete
/
abp
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
More hints.
master
Pete Shadbolt
il y a 8 ans
Parent
0681aee924
révision
6926485b83
3 fichiers modifiés
avec
5 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-0
.bumpversion.cfg
+1
-1
abp/static/scripts/graph.js
+2
-0
bin/abpserver
+ 2
- 0
.bumpversion.cfg
Voir le fichier
@@ -13,3 +13,5 @@ tag = True
[bumpversion:file:README.md]
[bumpversion:file:bin/abpserver]
+ 1
- 1
abp/static/scripts/graph.js
Voir le fichier
@@ -1,5 +1,5 @@
var graph = {};
graph.colors = ["red", "green"
, "yellow", "green", "pink", "orange", "purple"
];
graph.colors = ["red", "green"];
graph.prepare = function() {
materials.prepare();
+ 2
- 0
bin/abpserver
Voir le fichier
@@ -81,7 +81,9 @@ if __name__ == '__main__':
# Change to the right working dir
where = os.path.abspath(resource_filename("abp.static", ""))
print "abpserver 0.4.22"
print where
print "Open http://localhost:5001 in a browser!"
os.chdir(where)
# Start the HTTP server
Écrire
Aperçu
Chargement…
Annuler
Enregistrer