bin/cubicweb-ctl
author Christophe de Vienne <christophe@unlish.com>
Tue, 09 Dec 2014 15:18:58 +0100
changeset 10113 e1e8df594d58
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Add BigInt to the list of built-in types

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