mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Rename ipa-python directory to ipapython so it is a real python library
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.
This commit is contained in:
@@ -25,8 +25,8 @@ import socket
|
||||
import logging
|
||||
|
||||
import service
|
||||
from ipa import sysrestore
|
||||
from ipa import ipautil
|
||||
from ipapython import sysrestore
|
||||
from ipapython import ipautil
|
||||
|
||||
def check_inst():
|
||||
# So far this file is always present in both RHEL5 and Fedora if all the necessary
|
||||
|
Reference in New Issue
Block a user