[PATCH v2 3/3] Remove unneeded includes
Sebastian
Sebastian at SSpaeth.de
Thu Dec 16 12:43:48 GMT 2010
Most of these includes were even unneeded before the last commit.
Signed-Off-By: Sebastian Spaeth <Sebastian @SSpaeth.de>
---
offlineimap/imaplibutil.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/offlineimap/imaplibutil.py b/offlineimap/imaplibutil.py
index 9e6eece..ba6a5bb 100644
--- a/offlineimap/imaplibutil.py
+++ b/offlineimap/imaplibutil.py
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import re, string, types, binascii, socket, time, random, subprocess, sys, os
+import re, socket, time, subprocess
from offlineimap.ui import UIBase
from imaplib import *
--
1.7.1
More information about the OfflineIMAP-project
mailing list