merge ipa-server/ipaserver/util.py into ipa-python/ipautil.py

this way freeipa-client does not depend on freeipa-server
This commit is contained in:
Simo Sorce
2007-09-04 16:13:15 -04:00
parent 48e70a4bf0
commit 584baa7ee2
5 changed files with 66 additions and 84 deletions

View File

@@ -30,7 +30,7 @@ import logging
from optparse import OptionParser
import ipaclient.ipadiscovery
import ipaclient.ipachangeconf
from ipaserver.util import run
from ipa.ipautil import run
def parse_options():
parser = OptionParser(version=VERSION)