diff -r 64c4edac1706 -r 9165f4b7426b bin/cubicweb-ctl --- 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()