bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Dec 2013 11:50:46 +0100
changeset 9481 7e35d62c67a9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[notification] use an InternalManager object for notifications if we have an (email, lang) tuple The non-uniform handling of CWUser vs (email, lang) tuple has caused too many bugs; this change mostly unifies the two code paths. Closes #3381521

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