globals: use whitespaces instead of tabs
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
bb1160f0ee
commit
b14f37942a
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2013 Eygene A. Ryabinkin.
|
# Copyright 2013-2016 Eygene A. Ryabinkin & contributors.
|
||||||
#
|
#
|
||||||
# Module that holds various global objects.
|
# Module that holds various global objects.
|
||||||
|
|
||||||
@ -7,6 +7,7 @@ from offlineimap.utils import const
|
|||||||
# Holds command-line options for OfflineIMAP.
|
# Holds command-line options for OfflineIMAP.
|
||||||
options = const.ConstProxy()
|
options = const.ConstProxy()
|
||||||
|
|
||||||
def set_options (source):
|
def set_options(source):
|
||||||
""" Sets the source for options variable """
|
""" Sets the source for options variable """
|
||||||
options.set_source (source)
|
|
||||||
|
options.set_source (source)
|
||||||
|
Loading…
Reference in New Issue
Block a user