summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMario Corchero <mariocj89@gmail.com>2018-05-15 13:15:13 -0400
committerClaudiu Popa <pcmanticore@gmail.com>2018-05-15 13:15:13 -0400
commitcd76b495d5e590138a90300d60cfcc5b4647cea5 (patch)
treecb95310921452810d752aa4f295a0a0597b6d23d /MANIFEST.in
parentb7bdbf1d378bdc5d3f3f0375381242a4a61d0bb0 (diff)
downloadastroid-git-cd76b495d5e590138a90300d60cfcc5b4647cea5.tar.gz
Fix import of symlinks outside of path with modutils (#546)
Makes load_module_from_file able to import files within the path that are just a symlink to a file outside of the path. modutils is using realpath at the moment which will resolve the symlink and don't allow the import as the file is detected outside of the available paths. By checking both abspath and realpath this patches add support for such scenarios.
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions