summaryrefslogtreecommitdiffstats
path: root/desktop.py
diff options
context:
space:
mode:
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):
#