bin/cubicweb-ctl.bat
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 Nov 2009 19:05:54 +0100
branchstable
changeset 3867 06ac8f00a99f
parent 3116 8bf500eb01d6
child 4096 871ff503c23e
permissions -rw-r--r--
fix vocabulary for destination_state/allowed_transitions when creating state or transition

@echo off
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
python -x "%~f0" %*
goto exit
 
"""
# -------------------- Python section --------------------
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])

DosExitLabel = """
:exit
rem """