mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-20 11:48:43 -06:00
ipaplatform: Let fedora path module use PathNamespace class
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
3bb9e1bbd5
commit
6906eed27e
@ -23,4 +23,10 @@ in Fedora-based systems.
|
||||
'''
|
||||
|
||||
# Fallback to default path definitions
|
||||
from ipaplatform.base import *
|
||||
from ipaplatform.base.paths import BasePathNamespace
|
||||
|
||||
|
||||
class FedoraPathNamespace(BasePathNamespace):
|
||||
pass
|
||||
|
||||
paths = FedoraPathNamespace()
|
||||
|
Loading…
Reference in New Issue
Block a user