feat(python-plugin): prepend instead of append ModulePath to sys.path
authorPatrick Browne <patrick.browne@amadeus.com>
Tue, 30 Sep 2014 08:31:05 +0000 (10:31 +0200)
committerPatrick Browne <patrick.browne@amadeus.com>
Tue, 30 Sep 2014 08:32:07 +0000 (10:32 +0200)
commit0c380c5309b9d25a739707cbad80a69f755ff8d5
tree06083ceefb79bb94ddedd217f229450372cad241
parent30cfed83c4d662a0996b49fe48eeb9a3ddd09944
feat(python-plugin): prepend instead of append ModulePath to sys.path

When importing a module, you expect the plugin repertory to have higher priority
than your site-packages. It will prevent hard to debug clashing module names problems.
At least, if there is a problem, it will fail more loudly than "module did not register
any config callback"
src/python.c