summaryrefslogtreecommitdiffstats
path: root/desktop.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 18:50:34 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 18:50:34 +0000
commitae3f4e6d5a323f594b5bd3ee6013506b5b5ac380 (patch)
treebd7a3573d016385f02208662be47774a7c82b756 /desktop.py
parent9828fc34cf4402bfad440123477dd5b8334b626d (diff)
downloadanaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.tar.gz
anaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.tar.xz
anaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.zip
move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl
Diffstat (limited to 'desktop.py')
-rw-r--r--desktop.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop.py b/desktop.py
index 73923bedc..39ed5833f 100644
--- a/desktop.py
+++ b/desktop.py
@@ -3,7 +3,7 @@
#
# Matt Wilson <msw@redhat.com>
#
-# Copyright 2001 Red Hat, Inc.
+# Copyright 2001-2002 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -14,9 +14,10 @@
#
import string
-from simpleconfig import SimpleConfigFile
+
from rhpl.log import log
+from rhpl.simpleconfig import SimpleConfigFile
class Desktop (SimpleConfigFile):
#