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

systemd_applier - remove unused import

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

View File

@ -3,8 +3,6 @@ from .appliers.systemd import systemd_unit
import logging
from samba.gp_parse.gp_pol import GPPolParser
class systemd_applier(applier_frontend):
__registry_branch = 'Software\\BaseALT\\Policies\\SystemdUnits'