globals: use whitespaces instead of tabs

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-05-22 23:31:54 +02:00
parent bb1160f0ee
commit b14f37942a
1 changed files with 5 additions and 4 deletions

View File

@ -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)