From 9002cfedec9ec92a67d1d8e59a4b4604a0e2c176 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 10 Nov 2011 21:10:44 -0500 Subject: [PATCH] remove test plauth --- sfa/plc/plshell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sfa/plc/plshell.py b/sfa/plc/plshell.py index 863472fe..972a97ea 100644 --- a/sfa/plc/plshell.py +++ b/sfa/plc/plshell.py @@ -30,9 +30,9 @@ class PlShell: 'AuthString': config.SFA_PLC_PASSWORD} self.url = config.SFA_PLC_URL - self.plauth = {'Username': 'root@test.onelab.eu', - 'AuthMethod': 'password', - 'AuthString': 'test++'} + #self.plauth = {'Username': 'root@test.onelab.eu', + # 'AuthMethod': 'password', + # 'AuthString': 'test++'} self.proxy_server = xmlrpclib.Server(self.url, verbose = 0, allow_none = True) def __getattr__(self, name): -- 2.47.0