From: root Date: Thu, 7 Apr 2016 09:50:25 +0000 (+0200) Subject: MO-P Templater: MO-P is not CEOI X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7dc0abe9d49b6b84afeaa80e0d9a6891c4eec1d2;p=eval.git MO-P Templater: MO-P is not CEOI --- diff --git a/mop/project/templater.pl b/mop/project/templater.pl index 9362a45..c745cfd 100755 --- a/mop/project/templater.pl +++ b/mop/project/templater.pl @@ -6,7 +6,7 @@ use Gtk2 -init; my ($where,$taskdir,$home)=('/mo/public/templater/','/mo/templates/',$ENV{'HOME'}); my @tasks = map { s#.*/##; $_ } (glob "$taskdir/*"); -my $contestName = "CEOI"; +my $contestName = "MO-P"; sub create_template($$$$) { my ($path,$task,$name,$ext)=@_;