summaryrefslogtreecommitdiffstats
path: root/desktop.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 /desktop.py
parent379f7b93c9708f99d4cc50291426f00beb27a465 (diff)
downloadanaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.gz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.xz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.zip
migrate to using rhpl log function
Diffstat (limited to 'desktop.py')
-rw-r--r--desktop.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop.py b/desktop.py
index 6d423f22b..73923bedc 100644
--- a/desktop.py
+++ b/desktop.py
@@ -15,7 +15,8 @@
import string
from simpleconfig import SimpleConfigFile
-from log import log
+
+from rhpl.log import log
class Desktop (SimpleConfigFile):
#