Remove demandimport
This commit is contained in:
		
							parent
							
								
									acc5baf353
								
							
						
					
					
						commit
						fc0be965f5
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -74,14 +74,6 @@ if not HAS_NBXMPP:
 | 
				
			||||||
    print('Gajim needs python-nbxmpp >= %s to run. Quiting...' % MIN_NBXMPP_VER)
 | 
					    print('Gajim needs python-nbxmpp >= %s to run. Quiting...' % MIN_NBXMPP_VER)
 | 
				
			||||||
    sys.exit()
 | 
					    sys.exit()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#from common import demandimport
 | 
					 | 
				
			||||||
#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', 'monotonic',
 | 
					 | 
				
			||||||
#    'gtkexcepthook', 'libxml2', 'libxml2mod']
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if os.name == 'nt':
 | 
					if os.name == 'nt':
 | 
				
			||||||
    import locale
 | 
					    import locale
 | 
				
			||||||
    import gettext
 | 
					    import gettext
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue