From 7dc0abe9d49b6b84afeaa80e0d9a6891c4eec1d2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Apr 2016 11:50:25 +0200 Subject: [PATCH] MO-P Templater: MO-P is not CEOI --- mop/project/templater.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)=@_; -- 2.39.5