bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 09 Jul 2019 14:35:44 +0200
changeset 12681 42afaaf708d8
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
Use time.process_time() instead of deprecated clock() This fixes: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead

#!/usr/bin/env python
from cubicweb.cwctl import run
run()