1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-08-25 17:49:31 +03:00

systemd_applier - remove unused import

This commit is contained in:
2019-12-04 17:49:04 +04:00
parent a4fe429d1a
commit 59a98a79bb

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'