HEX
Server: Apache/2.4.56 (Unix) OpenSSL/1.0.2k-fips
System: Linux host.nohasslegoals.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User: nohass (1001)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python2.7/site-packages/offlineimap/globals.py
# Copyright 2013 Eygene A. Ryabinkin.
#
# 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)