mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-15 02:41:28 +00:00
Use Logger.normal
This commit is contained in:
parent
10e9b18ca7
commit
0e3a831df9
@ -167,10 +167,8 @@ Content-Type: text/plain; charset=UTF-8
|
|||||||
f.write(mail)
|
f.write(mail)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
print '''
|
Logger.normal('The e-mail has been saved in %s and will be deleted '
|
||||||
The e-mail has been saved in %s and will be deleted
|
'after succesful transmission', f.name)
|
||||||
after succesful transmission
|
|
||||||
''' % f.name
|
|
||||||
|
|
||||||
# connect to the server
|
# connect to the server
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user