Bug 32806: Rename ERMHome and ERMMain to Home and Main
[koha-ffzg.git] / misc / exportauth.pl
index d2ccebf..14e3088 100755 (executable)
@@ -5,12 +5,6 @@
 
 use strict;
 #use warnings; FIXME - Bug 2505
-BEGIN {
-    # find Koha's Perl modules
-    # test carefully before changing this
-    use FindBin ();
-    eval { require "$FindBin::Bin/kohalib.pl" };
-}
 
 use Koha::Script;
 use C4::Context;