* wrap/python/ajax/spot.py: Add a required "None" second

argument to utime().
This commit is contained in:
Alexandre Duret-Lutz 2012-01-17 13:27:09 +01:00
parent a5787937ef
commit 7854283593
3 changed files with 9 additions and 3 deletions

1
NEWS
View file

@ -9,6 +9,7 @@ New in spot 0.8.1a:
clear whether this could have had an inpact on WDBA minimization
(the worse case is that some TGBA would not have been minimized
when they could).
- Fix a Python syntax error in the CGI script.
- Fix compilation with g++ 4.0.
- Fix a make check failure when valgrind is missing.