X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcsh;fp=plcsh;h=ad10824dcb1e1ae7ac1590b4661f5c52846b8a24;hb=e1b562ba325d11b9f82cae3db324e6e3260bc1ab;hp=9997c153e2aa7a0d8eccb13421b06ee2176c27fe;hpb=a39c1f088910100df76b32a7f1d3a98528ca226b;p=plcapi.git diff --git a/plcsh b/plcsh index 9997c15..ad10824 100755 --- a/plcsh +++ b/plcsh @@ -64,11 +64,10 @@ if len(sys.argv) > 1 and os.path.exists(sys.argv[1]): # Pop us off the argument stack sys.argv.pop(0) script = sys.argv[0] + # Add of script to sys.path path = os.path.dirname(os.path.abspath(script)) sys.path.append(path) - from pprint import pprint - pprint(sys.path) execfile(sys.argv[0]) # Otherwise, run an interactive shell environment