Move lib389 imports to module scope

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Stanislav Laznicka
2018-02-19 10:36:08 +01:00
committed by Christian Heimes
parent 383311a17f
commit ed955d14d3
3 changed files with 22 additions and 24 deletions

View File

@@ -386,8 +386,6 @@ class BasePathNamespace:
DB2LDIF = '/usr/sbin/db2ldif'
BAK2DB = '/usr/sbin/bak2db'
DB2BAK = '/usr/sbin/db2bak'
SETUP_DS_PL = "/usr/sbin/setup-ds.pl"
REMOVE_DS_PL = "/usr/sbin/remove-ds.pl"
IPA_SERVER_UPGRADE = '/usr/sbin/ipa-server-upgrade'
KEYCTL = '/usr/bin/keyctl'
GETENT = '/usr/bin/getent'