From: Steinar H. Gunderson Date: Tue, 9 Dec 2014 01:17:22 +0000 (+0100) Subject: Some path fixes for the standalone lookup. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6b7db3523af062ebb020b53592cf6ad0e128131c;p=remoteglot-book Some path fixes for the standalone lookup. --- diff --git a/opening-stats.pl b/opening-stats.pl index 963b8d6..f8dd56d 100755 --- a/opening-stats.pl +++ b/opening-stats.pl @@ -3,9 +3,9 @@ use strict; use warnings; use CGI; use JSON::XS; -use lib '.'; +use lib '..'; use Position; -require 'ECO.pm'; +use ECO; #ECO::unpersist();