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

control_applier - remove unused import

This commit is contained in:
Игорь Чудов 2019-12-04 17:49:50 +04:00
parent bf4b809f8d
commit e02f218abf
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -3,8 +3,6 @@ from .appliers.control import control
import logging
from samba.gp_parse.gp_pol import GPPolParser
class control_applier(applier_frontend):
_registry_branch = 'Software\\BaseALT\\Policies\\Control'