[update] Fix updating via symlinks (closes #23991)

This commit is contained in:
Sergey M․ 2020-02-08 19:38:36 +07:00
parent 82fea5b42e
commit bfe2b8cf2a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 5 additions and 1 deletions

View file

@ -3009,6 +3009,7 @@ __all__ = [
'compat_os_name',
'compat_parse_qs',
'compat_print',
'compat_realpath',
'compat_setenv',
'compat_shlex_quote',
'compat_shlex_split',