Mercurial > libervia-backend
diff src/sat.tac @ 225:fd9b7834d98a
distutils installation script, draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jan 2011 01:56:36 +0100 |
parents | 86d249b6d9b7 |
children | d8bb72f00eec |
line wrap: on
line diff
--- a/src/sat.tac Tue Jan 04 19:30:27 2011 +0100 +++ b/src/sat.tac Wed Jan 05 01:56:36 2011 +0100 @@ -372,7 +372,7 @@ plug_lst = [os.path.splitext(plugin)[0] for plugin in map(os.path.basename,glob ("plugins/plugin*.py"))] for plug in plug_lst: - plug_path = 'plugins.'+plug + plug_path = 'sat.plugins.'+plug __import__(plug_path) mod = sys.modules[plug_path] plug_info = mod.PLUGIN_INFO