]> mj.ucw.cz Git - eval.git/blobdiff - submit/remote-submit
Implemented a limit on number of submits of a single task part.
[eval.git] / submit / remote-submit
index 20917087b7f63b8f3ffa49c35827b25ca1841c62..ef30ccb73f1842ac1fbbb5ef1d28a5e2228bf376 100755 (executable)
@@ -7,7 +7,7 @@ BEGIN {
        defined $ENV{"MO_ROOT"} or die "Please set MO_ROOT to the contest root directory first.\n";
 }
 use lib $ENV{"MO_ROOT"} . "/submit";
        defined $ENV{"MO_ROOT"} or die "Please set MO_ROOT to the contest root directory first.\n";
 }
 use lib $ENV{"MO_ROOT"} . "/submit";
-use lib $ENV{"MO_ROOT"} . "/submit/lib/perl5";
+use lib $ENV{"MO_ROOT"} . "/lib/perl5";
 
 use MO::Submit;
 use Sherlock::Object;
 
 use MO::Submit;
 use Sherlock::Object;