add monotonic to the list of ignored modules by demandimport. Fixes #7409
This commit is contained in:
parent
f5c0012190
commit
41f4c110db
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ except ImportError:
|
|||
#demandimport.ignore += ['GObject._gobject', 'libasyncns', 'i18n',
|
||||
# 'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto',
|
||||
# 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic',
|
||||
# 'Crypto.PublicKey', 'IPython', 'contextlib', 'imp']
|
||||
# 'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'monotonic']
|
||||
|
||||
if os.name == 'nt':
|
||||
import locale
|
||||
|
|
Loading…
Add table
Reference in a new issue