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

Added TDB module

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

View File

@ -20,6 +20,9 @@ import samba.ndr
from samba.gp_parse.gp_pol import GPPolParser
# Registry editing facilities are buggy. Use TDB module instead.
import tdb
# This is needed by Registry.pol file search
import os
import re