mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added the ability to get a class
This commit is contained in:
parent
7a59bcb65b
commit
53ffc072f0
@ -19,7 +19,7 @@
|
||||
|
||||
from storage.dconf_registry import Dconf_registry
|
||||
|
||||
def registry_factory(registry_name='dconf', registry_dir=None):
|
||||
def registry_factory(registry_name='', registry_dir=None):
|
||||
if registry_name == 'dconf':
|
||||
return Dconf_registry()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user