summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
commit9828fc34cf4402bfad440123477dd5b8334b626d (patch)
tree49731f6dccca7095cf588fcc856c10809e44cae6 /comps.py
parent379f7b93c9708f99d4cc50291426f00beb27a465 (diff)
downloadanaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.gz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.xz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.zip
migrate to using rhpl log function
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/comps.py b/comps.py
index a8077129e..30bb96f5b 100644
--- a/comps.py
+++ b/comps.py
@@ -19,10 +19,11 @@ import os
from string import *
import types
import urllib
-from rhpl.translate import _, N_
-from log import log
import time
+from rhpl.log import log
+from rhpl.translate import _, N_
+
ExcludePackages = { 'XFree86-3DLabs' : None, 'XFree86-8514' : None,
'XFree86-AGX' : None, 'XFree86-I128' : None,
'XFree86-Mach32' : None, 'XFree86-Mach64' : None,