1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 10:50:35 +03:00

util: removed imports from inner modules

This commit is contained in:
Игорь Чудов 2019-12-26 01:08:01 +04:00
parent 25b840cc2c
commit d9a956da65
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -1,13 +0,0 @@
from .util import (
is_machine_name,
get_machine_name,
traverse_dir,
get_homedir,
mk_homedir_path
)
from .windows import (
wbinfo_getsid,
get_sid,
expand_windows_var
)