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

Added new fields to store preference

This commit is contained in:
Valery Sinelnikov 2023-07-21 16:56:22 +04:00
parent 60137feed0
commit 28e2d9c94b

View File

@ -27,6 +27,22 @@ class Dconf_registry():
global_registry_dict = dict({_ReadQueue:{}})
list_keys = list()
shortcuts = list()
folders = list()
files = list()
drives = list()
scheduledtasks = list()
environmentvariables = list()
inifiles = list()
services = list()
printers = list()
scripts = list()
networkshares = list()
def __init__(self, username, is_machine):
self.username = username
self.is_machine = is_machine
@staticmethod
def get_matching_keys(path):
try: