From f310c75505955ec367ec4bcc8b053f7826b82f49 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 17 Mar 2008 20:18:10 +0000 Subject: [PATCH] Module changed names. --- conf_files/pl_hwinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf_files/pl_hwinit b/conf_files/pl_hwinit index 947a1de..225d48b 100755 --- a/conf_files/pl_hwinit +++ b/conf_files/pl_hwinit @@ -1,7 +1,7 @@ #!/usr/bin/python import sys -import pypciscan +import pypci import pypcimap import os import time @@ -29,7 +29,7 @@ def main(argv): pcimap = pypcimap.PCIMap(path) print "pl_hwinit: loading applicable modules" - devices = pypciscan.get_devices() + devices = pypci.get_devices() storage_devices = 0 network_devices = 0 missing = [] -- 2.43.0