diff options
author | Chris Lumens <clumens@redhat.com> | 2005-10-07 14:58:20 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-10-07 14:58:20 +0000 |
commit | 886d53e771fef48afce4709b14c66313169bcbee (patch) | |
tree | b1bfb343d23ebfd7bb1c134409d379c373ea7475 /xsetup.py | |
parent | 456dccd51dda3905ec0ff528fced45d8f40367e6 (diff) | |
download | anaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.gz anaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.xz anaconda-886d53e771fef48afce4709b14c66313169bcbee.zip |
Use rhpxl instead of rhpl for X configuration.
Diffstat (limited to 'xsetup.py')
-rw-r--r-- | xsetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # should probably go in rhpl # import iutil -import rhpl.xserver as xserver +import rhpxl.xserver as xserver from rhpl.translate import _ |