aboutsummaryrefslogtreecommitdiff
path: root/scripts/stripdecls.py
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-06-27 17:03:48 +0200
committerDaniel Hahler <git@thequod.de>2015-07-09 13:43:57 +0200
commit5e3212023660df60186e1cfac8d60ee4e3b026b5 (patch)
treee8dd97bc13dee1410e90d9da746bc31ae01ed646 /scripts/stripdecls.py
parentad6dfa666905312fa83d95fd913d76d69e605afc (diff)
downloadrneovim-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