]> git.sesse.net Git - remoteglot-book/blobdiff - opening-stats.pl
Remove leftover import from opening-stats.pl.
[remoteglot-book] / opening-stats.pl
index 963b8d6000d96d2379a46bd4a07cb59eef51ff51..3bbcc8823816c216fa6dd26703678c656895549d 100755 (executable)
@@ -3,11 +3,8 @@ use strict;
 use warnings;
 use CGI;
 use JSON::XS;
-use lib '.';
+use lib '..';
 use Position;
-require 'ECO.pm';
-
-#ECO::unpersist();
 
 my $cgi = CGI->new;
 my $fen = $ARGV[0];