X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcsh;fp=plcsh;h=7c4b69af0aa6390da940033aa8e84d4d91b05f43;hb=4126c5644a3d4d8eb6fa43d289194934f5c9b534;hp=c7b620e29050275c5a4744889c87cea32110881d;hpb=e3edc1d3d36a4aea5c3969f397bc89b8031e0102;p=plcapi.git 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