bin/cubicweb-ctl
author Alain Begey <alain@unlish.com>
Fri, 11 Apr 2014 17:43:26 +0200
changeset 9716 c44224387028
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[widget] Addition of EmailInput Simple input widget with type = 'email' Closes #3741921

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