From 4126c5644a3d4d8eb6fa43d289194934f5c9b534 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 11 Jan 2007 20:45:29 +0000 Subject: [PATCH] fix config pointer --- plcsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plcsh b/plcsh index c7b620e..7c4b69a 100755 --- a/plcsh +++ b/plcsh @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: plcsh,v 1.1 2007/01/08 18:23:14 mlhuang Exp $ +# $Id: plcsh,v 1.2 2007/01/11 05:28:49 mlhuang Exp $ # import os @@ -47,7 +47,7 @@ try: # Register a few more globals for backward compatibility auth = shell.auth api = shell.api - config = api.config + config = shell.config except Exception, err: print "Error:", err print -- 2.43.0