removed incorrect module import
authorGalen Charlton <galen.charlton@liblime.com>
Sun, 7 Jun 2009 22:02:48 +0000 (10:02 +1200)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 01:09:22 +0000 (20:09 -0500)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
tools/manage-marc-import.pl
tools/stage-marc-import.pl

index 7acf058..eb218d9 100755 (executable)
@@ -27,7 +27,6 @@ use MARC::File::USMARC;
 # Koha modules used
 use C4::Context;
 use C4::Auth;
-use C4::Input;
 use C4::Output;
 use C4::Biblio;
 use C4::ImportBatch;
index ea2e825..d8de905 100755 (executable)
@@ -34,7 +34,6 @@ use MARC::File::USMARC;
 # Koha modules used
 use C4::Context;
 use C4::Auth;
-use C4::Input;
 use C4::Output;
 use C4::Biblio;
 use C4::ImportBatch;