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

polkit_applier - remove unused import

This commit is contained in:
Игорь Чудов 2019-12-04 18:19:48 +04:00
parent 99f45eed69
commit adb44bbd2e
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -2,7 +2,6 @@ from .applier_frontend import applier_frontend
from .appliers.polkit import polkit
import logging
from xml.etree import ElementTree
class polkit_applier(applier_frontend):
__deny_all = 'Software\\Policies\\Microsoft\\Windows\\RemovableStorageDevices\\Deny_All'