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

@@ -4,7 +4,7 @@
import sys
try:
from ipa import ipautil
from ipapython import ipautil
import krbV
import re
import os