]> 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 543ed7a4bb5d77c81aaaf3185482ac05d411604b..ef30ccb73f1842ac1fbbb5ef1d28a5e2228bf376 100755 (executable)
@@ -6,8 +6,8 @@ use warnings;
 BEGIN {
        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"} . "/lib/perl5";
-use lib ".";           ### FIXME
 
 use MO::Submit;
 use Sherlock::Object;