bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 03 Jul 2015 15:18:24 +0200
changeset 10507 d54a942ee6da
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/test] Modernize unittest_propertysheet.py - remove call to os.makedirs in global scope - fold CACHEDIR as an instance attribute - bonus: use unittest directly instead of lgc.testlib

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