From: Mark Huang Date: Thu, 11 Jan 2007 20:45:29 +0000 (+0000) Subject: fix config pointer X-Git-Tag: pycurl-7_13_1~118 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=4126c5644a3d4d8eb6fa43d289194934f5c9b534 fix config pointer --- 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