Reformat offlineimap/localeval.py

Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 20:21:45 +02:00
parent 0e477ca9cc
commit 9c865afbf0

View File

@ -17,11 +17,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import imp
try:
import errno
except:
pass
class LocalEval(object):
"""Here is a powerfull but very dangerous option, of course."""