From ce2f253c4826e71245ba9867e059852ba82f5850 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 19 Sep 2008 20:23:26 +0000 Subject: [PATCH] fixed import name git-svn-id: svn://svn.open-ils.org/ILS/trunk@10648 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm index 847d511a02..f46d85483e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm @@ -2,7 +2,7 @@ package OpenILS::Application::Cat::Authority; use strict; use warnings; use base qw/OpenILS::Application/; use OpenILS::Utils::CStoreEditor q/:funcs/; -use OpenILS::Utils::Cat::AuthCommon; +use OpenILS::Application::Cat::AuthCommon; use OpenSRF::Utils::Logger qw($logger); use OpenILS::Application::AppUtils; use OpenILS::Utils::Fieldmapper; -- 2.43.2