Signed-off-by: Richard Marko <rma...@redhat.com>
---
 client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py 
b/client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py
index 7c201f1..e54d96b 100644
--- a/client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py
+++ b/client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py
@@ -64,7 +64,7 @@ class RetryServer(rpclib.Server):
                 typ, uri = urllib.splittype(self.serverList.server())
                 typ = typ.lower()
                 if typ not in ("http", "https"):
-                    raise InvalidRedirectionError(
+                    raise rpclib.InvalidRedirectionError(
                         "Redirected to unsupported protocol %s" % typ), None, 
sys.exc_info()[2]
 
                 self._host, self._handler = urllib.splithost(uri)
-- 
1.7.10.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to