[IMP] Remove the unused exception

bzr revid: stephane@tinyerp.com-20081215114541-zv3k4sumcxrlqeoc
This commit is contained in:
Stephane Wirtel 2008-12-15 12:45:41 +01:00
parent 13633b4427
commit 577e96bb53
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ def get_module_path(module):
logger.notifyChannel('init', netsvc.LOG_WARNING, 'module %s: module not found' % (module,))
return False
raise IOError, 'Module not found : %s' % module
def get_module_filetree(module, dir='.'):
path = get_module_path(module)