diff -r 8c32ea1310de -r 7c6fe1dab213 src/p4l/config.py.tmpl --- a/src/p4l/config.py.tmpl Tue Oct 08 17:25:39 2013 +0200 +++ b/src/p4l/config.py.tmpl Fri Oct 11 11:46:18 2013 +0200 @@ -165,3 +165,5 @@ # url of the sesame repository containing all the rdf referentials SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning" +# cf http://docs.python.org/2/library/subprocess.html#popen-constructor +ADMIN_COMMAND_SCRIPT = {}