From 6a9e5dc12dbfdae183f00e74afacc967c3c9c000 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Tue, 11 Apr 2006 21:43:59 +0200 Subject: [PATCH] j'ai mis l'applet mindterm dans le wiki (on ne va plus la chercher sur https://ssh.crans.org) darcs-hash:20060411194359-f46e9-fb4eb3f8821bd4ff055da2a9cf23fd35286c5488.gz --- wiki/macro/TerminalSsh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/macro/TerminalSsh.py b/wiki/macro/TerminalSsh.py index 0adf3bd0..c9b55347 100644 --- a/wiki/macro/TerminalSsh.py +++ b/wiki/macro/TerminalSsh.py @@ -11,7 +11,7 @@ class ssh: "cursor-color" : "yellow", } - appletLocation = "https://ssh.crans.org/mindterm.jar" + appletLocation = "/wiki/applets/mindterm.jar" def parseArgs(self, args): argList = args.split(u',') @@ -46,4 +46,4 @@ def execute(macro, args): # return macro.formatter.text("I got these args from a macro %s: %s" % # (str(macro), args)) o = ssh(args) - return o.run() \ No newline at end of file + return o.run()