minor update

This commit is contained in:
chfw 2017-04-18 22:15:23 +01:00
parent 9edfc66be9
commit 0f626153a7
2 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,9 @@ def load_me_later(meta, module_name):
if manager:
manager.load_me_later(meta, module_name)
else:
raise Exception("%s has no loader" % meta['plugin_type'])
raise Exception(
"%s:%s has no loader" % (module_name,
meta['plugin_type']))
def do_import(plugin_module_name):

1
rnd_requirements.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/pyexcel/pyexcel-xls/archive/v0.4.x.zip