bin/cubicweb-ctl
changeset 12253 9165f4b7426b
parent 0 b97547f5f1fa
child 12779 44147dab9d27
--- a/bin/cubicweb-ctl	Wed Jan 24 11:34:44 2018 +0100
+++ b/bin/cubicweb-ctl	Wed Jan 24 13:30:50 2018 +0100
@@ -1,4 +1,3 @@
 #!/usr/bin/env python
 from cubicweb.cwctl import run
-import sys
-run(sys.argv[1:])
+run()