basabuuka_prototyp/venv/bin/mailmail
2020-08-16 19:36:44 +02:00

8 lines
270 B
Python
Executable file

#!/home/alpcentaur/ProjektA/PrototypeWebApp/venv/bin/python3.5
# -*- coding: utf-8 -*-
import re
import sys
from twisted.mail.scripts.mailmail import run
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(run())