diff options
author | Daniel Hahler <git@thequod.de> | 2015-06-27 17:03:48 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2015-07-09 13:43:57 +0200 |
commit | 5e3212023660df60186e1cfac8d60ee4e3b026b5 (patch) | |
tree | e8dd97bc13dee1410e90d9da746bc31ae01ed646 /scripts/stripdecls.py | |
parent | ad6dfa666905312fa83d95fd913d76d69e605afc (diff) | |
download | rneovim-5e3212023660df60186e1cfac8d60ee4e3b026b5.tar.gz rneovim-5e3212023660df60186e1cfac8d60ee4e3b026b5.tar.bz2 rneovim-5e3212023660df60186e1cfac8d60ee4e3b026b5.zip |
python: path_hook: properly implement PEP302
The path hook used to load the module already in the `find_module` hook.
This caused different behaviour between Python 2.7 and 3.3, where the
former would call the `VimModuleLoader`, while Python 3.3 appears to
short-circuited this (because the module was loaded already).
This patch will now only find the module, but not load it in the
`find_module` hook.
Diffstat (limited to 'scripts/stripdecls.py')
0 files changed, 0 insertions, 0 deletions