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:
@@ -30,9 +30,9 @@ try:
|
||||
import ipaclient.ipadiscovery
|
||||
import ipaclient.ipachangeconf
|
||||
import ipaclient.ntpconf
|
||||
from ipa.ipautil import run, user_input
|
||||
from ipa import sysrestore
|
||||
from ipa import version
|
||||
from ipapython.ipautil import run, user_input
|
||||
from ipapython import sysrestore
|
||||
from ipapython import version
|
||||
except ImportError:
|
||||
print >> sys.stderr, """\
|
||||
There was a problem importing one of the required Python modules. The
|
||||
|
||||
Reference in New Issue
Block a user