mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix dsinstance.py and krbinstance.py imports
This commit is contained in:
@@ -24,7 +24,7 @@ import tempfile
|
|||||||
import shutil
|
import shutil
|
||||||
import logging
|
import logging
|
||||||
import pwd
|
import pwd
|
||||||
from util import *
|
from ipa.ipautil import *
|
||||||
|
|
||||||
|
|
||||||
SHARE_DIR = "/usr/share/ipa/"
|
SHARE_DIR = "/usr/share/ipa/"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import os
|
|||||||
import pwd
|
import pwd
|
||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
from util import *
|
from ipa.ipautil import *
|
||||||
|
|
||||||
def host_to_domain(fqdn):
|
def host_to_domain(fqdn):
|
||||||
s = fqdn.split(".")
|
s = fqdn.split(".")
|
||||||
|
|||||||
Reference in New Issue
Block a user