bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 10 Nov 2011 23:18:56 +0100
branchstable
changeset 8081 e8091b415ad8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) time.gmtime on windows will raise a ValueError if a negative argument is supplied

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