Skip to content
Snippets Groups Projects
Commit 41f4c110 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add monotonic to the list of ignored modules by demandimport. Fixes #7409

parent f5c00121
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment