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

Grouped imports related to PReg parsing

This commit is contained in:
Игорь Чудов 2019-11-15 12:09:47 +04:00
parent 6fb97731ab
commit b403e10935
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -13,11 +13,10 @@ import samba.gpo
# Taken from python/samba/tests/registry.py
from samba import registry
# PReg object generator
# PReg object generator and parser
from samba.dcerpc import preg
from samba.dcerpc import misc
import samba.ndr
from samba.gp_parse.gp_pol import GPPolParser
# Registry editing facilities are buggy. Use TDB module instead.