[Pkg-debile-commits] [debile-slave] 76/100: Backport xmlrpc.client to xmlrpclib

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit cec034c17ac925b117d944c81522ee7fab188ce9
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Jul 6 02:18:40 2013 +0200

    Backport xmlrpc.client to xmlrpclib
---
 ethel/client.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethel/client.py b/ethel/client.py
index d9a95b8..572e13a 100644
--- a/ethel/client.py
+++ b/ethel/client.py
@@ -2,7 +2,7 @@ from ethel.utils import tdir, cd, dget, upload, run_command
 from ethel.config import load
 
 from contextlib import contextmanager
-import xmlrpc.client
+import xmlrpclib
 import time
 import glob
 import os
@@ -10,7 +10,7 @@ import os
 
 def get_proxy():
     info = load()
-    proxy = xmlrpc.client.ServerProxy(
+    proxy = xmlrpclib.ServerProxy(
         "http://{user}:{password}@{host}:{port}/".format(
             user=info['user'],
             password=info['password'],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list