[Freeipa-devel] [PATCH] krb/dsinstance.py has 'from util import *'

Kevin McCarthy kmccarth at redhat.com
Thu Sep 6 23:19:36 UTC 2007


Just a heads-up that dsinstance.py seems to be using the old util
package still.  Maybe I missed a patch file, but a quick glance didn't
find one.

-Kevin

-------------- next part --------------
# HG changeset patch
# User Kevin McCarthy <kmccarth at redhat.com>
# Date 1189120867 25200
# Node ID 31924e58a3c3a0e550d7ebc68c89b03fa1a10f3f
# Parent  9ec22fc089922c9479ce5b9d523313965a8d576a
Fix dsinstance.py and krbinstance.py imports

diff -r 9ec22fc08992 -r 31924e58a3c3 ipa-server/ipaserver/dsinstance.py
--- a/ipa-server/ipaserver/dsinstance.py	Thu Sep 06 14:28:21 2007 -0700
+++ b/ipa-server/ipaserver/dsinstance.py	Thu Sep 06 16:21:07 2007 -0700
@@ -24,7 +24,7 @@ import shutil
 import shutil
 import logging
 import pwd
-from util import *
+from ipa.ipautil import *
 
 
 SHARE_DIR = "/usr/share/ipa/"
diff -r 9ec22fc08992 -r 31924e58a3c3 ipa-server/ipaserver/krbinstance.py
--- a/ipa-server/ipaserver/krbinstance.py	Thu Sep 06 14:28:21 2007 -0700
+++ b/ipa-server/ipaserver/krbinstance.py	Thu Sep 06 16:21:07 2007 -0700
@@ -29,7 +29,7 @@ import pwd
 import pwd
 import socket
 import time
-from util import *
+from ipa.ipautil import *
 
 def host_to_domain(fqdn):
     s = fqdn.split(".")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2228 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20070906/b67faaf9/attachment.bin>


More information about the Freeipa-devel mailing list