summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-02-02 22:10:22 +0000
committerJeremy Katz <katzj@redhat.com>2005-02-02 22:10:22 +0000
commit410fda316a379edb9498b5afc0b56c75c153d838 (patch)
treef1d8d2172e259a14db4cb465e900941120f3c742 /urlinstall.py
parentbe1f734700c249f71fee8e2c06f0a6d999ab9845 (diff)
downloadanaconda-410fda316a379edb9498b5afc0b56c75c153d838.tar.gz
anaconda-410fda316a379edb9498b5afc0b56c75c153d838.tar.xz
anaconda-410fda316a379edb9498b5afc0b56c75c153d838.zip
2005-02-02 Jeremy Katz <katzj@redhat.com>
* urlinstall.py: Fix urlgrabber import up * kickstart.py: Likewise. * hdrlist.py (groupSetFromCompsFile): Likewise.
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py2
1 files changed, 1 insertions, 1 deletions
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 *