From 5d4da4042445651edafa173e8c3261469473908a Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 24 Dec 2007 21:24:50 +0000 Subject: * XppUtils.pm renamed Zaptel::Utils.pm . * Some more documentation. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3555 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/utils/zconf/Zaptel/Hardware/PCI.pm | 2 +- xpp/utils/zconf/Zaptel/Hardware/USB.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xpp/utils/zconf/Zaptel/Hardware') diff --git a/xpp/utils/zconf/Zaptel/Hardware/PCI.pm b/xpp/utils/zconf/Zaptel/Hardware/PCI.pm index 7d4e2b3..b1a6b67 100644 --- a/xpp/utils/zconf/Zaptel/Hardware/PCI.pm +++ b/xpp/utils/zconf/Zaptel/Hardware/PCI.pm @@ -8,7 +8,7 @@ package Zaptel::Hardware::PCI; # $Id$ # use strict; -use XppUtils; +use Zaptel::Utils; use Zaptel::Hardware; our @ISA = qw(Zaptel::Hardware); diff --git a/xpp/utils/zconf/Zaptel/Hardware/USB.pm b/xpp/utils/zconf/Zaptel/Hardware/USB.pm index a5501d1..a2dc08f 100644 --- a/xpp/utils/zconf/Zaptel/Hardware/USB.pm +++ b/xpp/utils/zconf/Zaptel/Hardware/USB.pm @@ -8,7 +8,7 @@ package Zaptel::Hardware::USB; # $Id$ # use strict; -use XppUtils; +use Zaptel::Utils; use Zaptel::Hardware; use Zaptel::Xpp; use Zaptel::Xpp::Xbus; -- cgit v1.2.3