From b14f37942a7d040e223fa2c79baa7812f0cf5d89 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 22 May 2016 23:31:54 +0200 Subject: [PATCH] globals: use whitespaces instead of tabs Signed-off-by: Nicolas Sebrecht --- offlineimap/globals.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/offlineimap/globals.py b/offlineimap/globals.py index b4253f9..3415718 100644 --- a/offlineimap/globals.py +++ b/offlineimap/globals.py @@ -1,4 +1,4 @@ -# Copyright 2013 Eygene A. Ryabinkin. +# Copyright 2013-2016 Eygene A. Ryabinkin & contributors. # # Module that holds various global objects. @@ -7,6 +7,7 @@ from offlineimap.utils import const # Holds command-line options for OfflineIMAP. options = const.ConstProxy() -def set_options (source): - """ Sets the source for options variable """ - options.set_source (source) +def set_options(source): + """ Sets the source for options variable """ + + options.set_source (source)