X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/2f2bd6804c18cdddc86cb3883ff8482c7cc7612f..fdb23fdc21e9474901e06169ab01a8fac78ab26f:/roles/email/templates/newmail/newmail diff --git a/roles/email/templates/newmail/newmail b/roles/email/templates/newmail/newmail index 86a1d99..4f37859 100755 --- a/roles/email/templates/newmail/newmail +++ b/roles/email/templates/newmail/newmail @@ -1,8 +1,8 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -from __future__ import print_function + import sys, os, random, MySQLdb, subprocess, time, string, argparse -import urllib, smtplib, email.mime.text, email.utils +import smtplib, email.mime.text, email.utils from settings import * from templates import *