summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2011-10-02 16:26:48 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2011-10-02 16:26:48 +0200
commit920163c01ebb280d97f96e9b4dd4ea5c5d5ac526 (patch)
tree94f7e6106be770d78efcb2fa3c508193f0a90ee8 /alot/account.py
parent5b32229ae74ccc3ce3331a11ef0885b441afcea9 (diff)
Remove superfluous imports
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/account.py b/alot/account.py
index 88019f55..f76f8d0d 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -18,8 +18,6 @@ Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
"""
import mailbox
-import shlex
-import subprocess
import logging
import time
import re