[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
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',