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

This commit is contained in:
Yann Leboulanger 2013-08-16 09:55:55 +02:00
parent 3f4b0bf160
commit a3e947c249
1 changed files with 2 additions and 1 deletions

View File

@ -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