From 410fda316a379edb9498b5afc0b56c75c153d838 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 2 Feb 2005 22:10:22 +0000 Subject: 2005-02-02 Jeremy Katz * urlinstall.py: Fix urlgrabber import up * kickstart.py: Likewise. * hdrlist.py (groupSetFromCompsFile): Likewise. --- urlinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urlinstall.py') diff --git a/urlinstall.py b/urlinstall.py index 0697166e2..cad00184a 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -21,7 +21,7 @@ import time import string import struct import socket -import urlgrabber.grabber +import urlgrabber.grabber as grabber from snack import * from constants import * -- cgit