diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-23 17:30:47 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-23 17:30:47 +0000 |
commit | 8665c3c4cc4af61231d54714f30e181f3d3abc43 (patch) | |
tree | 3adf64083d10d901181dcf428859da427b0ff944 /anaconda | |
parent | 34763ea403a95b0580fd9bd9e6a36f3cd5053d7b (diff) | |
download | anaconda-8665c3c4cc4af61231d54714f30e181f3d3abc43.tar.gz anaconda-8665c3c4cc4af61231d54714f30e181f3d3abc43.tar.xz anaconda-8665c3c4cc4af61231d54714f30e181f3d3abc43.zip |
redhat-config -> system-config
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,7 +319,7 @@ if (os.path.exists('booty')): else: sys.path.append('/usr/lib/booty') -sys.path.append('/usr/share/redhat-config-keyboard') +sys.path.append('/usr/share/system-config-keyboard') try: import updates_disk_hook |