summaryrefslogtreecommitdiffstats
path: root/desktop.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-06-30 16:02:34 -0400
committerJeremy Katz <katzj@redhat.com>2009-07-01 10:21:37 -0400
commitdb6476fb40dd04e13c9a8973b2d00d7c1a74154d (patch)
treee1b837e5803b9475b2a284669c26ae31bf1570e3 /desktop.py
parent730ced61e467e10ed620c2a6ee18c7695837a6b8 (diff)
downloadanaconda-db6476fb40dd04e13c9a8973b2d00d7c1a74154d.tar.gz
anaconda-db6476fb40dd04e13c9a8973b2d00d7c1a74154d.tar.xz
anaconda-db6476fb40dd04e13c9a8973b2d00d7c1a74154d.zip
Move simpleconfig (back) into anaconda from rhpl
Diffstat (limited to 'desktop.py')
-rw-r--r--desktop.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop.py b/desktop.py
index fe34a5ad3..49b7bbefd 100644
--- a/desktop.py
+++ b/desktop.py
@@ -20,8 +20,7 @@
#
import string
-
-from rhpl.simpleconfig import SimpleConfigFile
+from simpleconfig import SimpleConfigFile
import logging
log = logging.getLogger("anaconda")