]> mj.ucw.cz Git - eval.git/commitdiff
MO-P Templater: MO-P is not CEOI
authorroot <root@mo113.(none)>
Thu, 7 Apr 2016 09:50:25 +0000 (11:50 +0200)
committerroot <root@mo113.(none)>
Thu, 7 Apr 2016 09:50:25 +0000 (11:50 +0200)
mop/project/templater.pl

index 9362a454aa0251e94b2ff800703389f676d9687c..c745cfd3340dde4b29f635d805943874c3192c48 100755 (executable)
@@ -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)=@_;