docker-offlineimap/offlineimap/globals.py
Rodolfo García Peñas (kix) ba9a3ce819 Reformat offlineimap/globals.py
Add some spaces, remove lines,... now format is better (lintian).
2020-08-29 20:16:35 +02:00

15 lines
324 B
Python

# Copyright 2013-2016 Eygene A. Ryabinkin & contributors.
#
# Module that holds various global objects.
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)