Imported Debian patch 4.7.2-3
This commit is contained in:
committed by
Mario Fetka
parent
27edeba051
commit
8bc559c5a1
@@ -1,14 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2020 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
|
||||
import os
|
||||
from ipaplatform.paths import paths
|
||||
|
||||
# pylint: disable=unused-import
|
||||
if paths.ODS_KSMUTIL is not None and os.path.exists(paths.ODS_KSMUTIL):
|
||||
from ._ods14 import ODSDBConnection, ODSSignerConn, ODSTask
|
||||
else:
|
||||
from ._ods21 import ODSDBConnection, ODSSignerConn, ODSTask
|
||||
|
||||
tasks = ODSTask()
|
||||
Reference in New Issue
Block a user