Reformat offlineimap/repository/__init__.py
Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
parent
3a1b25c204
commit
b64430e035
@ -19,7 +19,7 @@ from sys import exc_info
|
||||
|
||||
try:
|
||||
from configparser import NoSectionError
|
||||
except ImportError: #python2
|
||||
except ImportError: # python2
|
||||
from configparser import NoSectionError
|
||||
|
||||
from offlineimap.repository.IMAP import IMAPRepository, MappedIMAPRepository
|
||||
@ -75,7 +75,7 @@ class Repository(object):
|
||||
try:
|
||||
repo = typemap[repostype]
|
||||
except KeyError:
|
||||
errstr = "'%s' repository not supported for '%s' repositories."% \
|
||||
errstr = "'%s' repository not supported for '%s' repositories." % \
|
||||
(repostype, reqtype)
|
||||
six.reraise(OfflineImapError,
|
||||
OfflineImapError(errstr, OfflineImapError.ERROR.REPO),
|
||||
|
Loading…
Reference in New Issue
Block a user