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

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

parent 3f4b0bf1
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@ demandimport.enable()
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', 'gst.interfaces']
'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'gst.interfaces',
'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