add monotonic to the list of ignored modules by demandimport. Fixes #7409
This commit is contained in:
		
							parent
							
								
									3f4b0bf160
								
							
						
					
					
						commit
						a3e947c249
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -73,7 +73,8 @@ demandimport.enable() | ||||||
| demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', | demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', | ||||||
|     'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto', |     'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto', | ||||||
|     'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic', |     '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': | if os.name == 'nt': | ||||||
|     import locale |     import locale | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue