Debian bullseye upgrade broke exitips.py script
Traceback (most recent call last):
File "./scripts/exitips.py", line 9, in <module>
from dateutil.parser import parse
ImportError: No module named dateutil.parser
#!/usr/bin/env python
points to Python 2.
I think we should just let it point to Python 3 and we should be good.