Fix missing or wrong shebangs and missing executable bits for scripts (#10318)

This commit is contained in:
Éric Araujo 2011-07-26 18:01:08 +02:00
parent 1ce7b17165
commit a0e92a8028
15 changed files with 6 additions and 1 deletions

1
Tools/scripts/mailerdaemon.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Classes to parse mailer-daemon messages."""
import calendar