diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/download_emails.py | 1 | ||||
| -rw-r--r-- | python/gmail_helpers.py | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/python/download_emails.py b/python/download_emails.py index 1baab124..ac4c7b13 100644 --- a/python/download_emails.py +++ b/python/download_emails.py @@ -1,5 +1,4 @@ import base64 -import email import json import logging import os diff --git a/python/gmail_helpers.py b/python/gmail_helpers.py index 650aad2b..d9557b3b 100644 --- a/python/gmail_helpers.py +++ b/python/gmail_helpers.py @@ -5,6 +5,7 @@ from httplib2 import Http from oauth2client import client, tools import argparse import base64 +import email import json import oauth2client import os |
