bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Feb 2011 16:08:19 +0100
branchstable
changeset 7004 9e142116d82f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dbapi] fix for cases where one want to use 'connect' for an in-memory connection

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])