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/?p=remoteglot;a=commitdiff_plain;h=d0573c370962d12714ebb9b368ee909e0b764740 Some path fixes for the standalone lookup. --- diff --git a/book/opening-stats.pl b/book/opening-stats.pl index 963b8d6..f8dd56d 100755 --- a/book/opening-stats.pl +++ b/book/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();