X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestUser.py;h=0118f32313487f277a9bce03636a035eddc29fd6;hb=8666ae7f0291e8d115e166ef555f02abafc40fc8;hp=77d444806493364d76d27e81c7f6adc405bf7f9b;hpb=c8e2f4e3a327181b29521583770a6f0ff68ca6eb;p=tests.git diff --git a/system/TestUser.py b/system/TestUser.py index 77d4448..0118f32 100644 --- a/system/TestUser.py +++ b/system/TestUser.py @@ -2,16 +2,16 @@ # Copyright (C) 2010 INRIA # import os, sys, time -import xmlrpclib +import xmlrpc.client import utils class TestUser: def __init__ (self, test_plc, test_site, user_spec): - self.test_plc = test_plc - self.test_site = test_site - self.user_spec = user_spec + self.test_plc = test_plc + self.test_site = test_site + self.user_spec = user_spec def name(self): return self.user_spec['user_fields']['email']