remove useless demandimport ignore

This commit is contained in:
Yann Leboulanger 2011-07-05 20:35:36 +02:00
parent 8fbaaba356
commit 27649a64aa
1 changed files with 1 additions and 3 deletions

View File

@ -36,13 +36,11 @@
##
from common import demandimport
demandimport.enable()
demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n',
'logging.NullHandler', 'dbus.glib', 'dbus.service',
'command_system.implementation.standard', 'OpenSSL.SSL', 'OpenSSL.crypto',
'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic'
,'FileRequestReceivedEvent']
'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic']
import os
import sys