X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplc%2Fapi.py;h=5d2568abd051fc04f163539091eeed8d759ff348;hb=b83ed953db0ce89d713f44d32f782643781330e1;hp=52f72ffa3732643bcd1eed159e348d5853fe3c34;hpb=1cd80ce6f4c1af508c1ad43bc7b393c2a157338c;p=sfa.git diff --git a/sfa/plc/api.py b/sfa/plc/api.py index 52f72ffa..5d2568ab 100644 --- a/sfa/plc/api.py +++ b/sfa/plc/api.py @@ -75,14 +75,12 @@ class SfaAPI(BaseAPI): self.plshell_type = 'direct' import PLC.Shell shell = PLC.Shell.Shell(globals = globals()) - shell.AuthCheck(self.plauth) return shell except ImportError: self.plshell_type = 'xmlrpc' # connect via xmlrpc url = self.config.SFA_PLC_URL shell = xmlrpclib.Server(url, verbose = 0, allow_none = True) - shell.AuthCheck(self.plauth) return shell def getPLCShellVersion(self):