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:
Rob Crittenden
2009-02-05 15:03:08 -05:00
parent 58ae191a5a
commit 262ff2d731
42 changed files with 143 additions and 226 deletions

View File

@@ -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