Initial set of update to convert the sources app to the new registry and icon system

This commit is contained in:
Roberto Rosario
2012-09-30 03:01:49 -04:00
parent 3b9a5080b5
commit d41dac13ea
18 changed files with 237 additions and 153 deletions

View File

@@ -5,7 +5,7 @@ import logging
from lock_manager import Lock, LockError
from .models import POP3Email, IMAPEmail
from .conf.settings import POP3_TIMEOUT
#from .settings import POP3_TIMEOUT
from .literals import IMAP_LOCK_TIMEOUT
logger = logging.getLogger(__name__)