Update pl_auth.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 5 Jan 2009 22:17:59 +0000 (22:17 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 5 Jan 2009 22:17:59 +0000 (22:17 +0000)
util/remoteshell.py

index 81fb3a7..9697ae2 100644 (file)
@@ -17,7 +17,7 @@ class RemoteShell:
         key = pl_auth["Url"] + "#" + pl_auth["Username"]
 
         if not (key in self.servers):
-            server = xmlrpclib.Server(url, verbose = 0, allow_none=True)
+            server = xmlrpclib.Server(pl_auth["Url"], verbose = 0, allow_none=True)
             #server.AdmAuthCheck(pl_auth)
             server.AuthCheck(pl_auth)
             self.servers[key] = server