explicitly define symbols to import instead of 'import *'

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2011-05-09 22:43:03 +02:00
parent b25a72f8c8
commit a39128516b
4 changed files with 4 additions and 6 deletions

View File

@ -18,7 +18,7 @@
from offlineimap import imaplibutil, imaputil, threadutil, OfflineImapError
from offlineimap.ui import getglobalui
from threading import *
from threading import Lock, BoundedSemaphore
import thread
import time
import hmac