Remove some unused modules.
David Blume

David Blume commited on 2018-01-21 15:58:58
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -23,9 +23,7 @@ import smtplib
23 23
 import analysis
24 24
 import json
25 25
 import xml
26
-import texttime
27 26
 import operator
28
-from datetime import timedelta
29 27
 import cgi
30 28
 import smtp_creds  # Your own credentials, used in send_email()
31 29
 
32 30