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:
parent
60137feed0
commit
28e2d9c94b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user