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

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