summaryrefslogtreecommitdiff
path: root/xpp/utils/zconf/Zaptel/Xpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/zconf/Zaptel/Xpp')
-rw-r--r--xpp/utils/zconf/Zaptel/Xpp/Xbus.pm2
-rw-r--r--xpp/utils/zconf/Zaptel/Xpp/Xpd.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm b/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm
index 57c93f5..a5fcf1e 100644
--- a/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm
+++ b/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm
@@ -8,7 +8,7 @@ package Zaptel::Xpp::Xbus;
# $Id$
#
use strict;
-use XppUtils;
+use Zaptel::Utils;
use Zaptel::Xpp::Xpd;
my $proc_base = "/proc/xpp";
diff --git a/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm b/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm
index ef479fb..c05cfdb 100644
--- a/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm
+++ b/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm
@@ -8,7 +8,7 @@ package Zaptel::Xpp::Xpd;
# $Id$
#
use strict;
-use XppUtils;
+use Zaptel::Utils;
my $proc_base = "/proc/xpp";