From 6b7db3523af062ebb020b53592cf6ad0e128131c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 9 Dec 2014 02:17:22 +0100 Subject: [PATCH] Some path fixes for the standalone lookup. --- opening-stats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2