diff options
author | Matt Wilson <msw@redhat.com> | 2003-01-16 21:31:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2003-01-16 21:31:47 +0000 |
commit | 5bf419ec09b72743129e395cc9a938bee62f71c4 (patch) | |
tree | 24a724d576a270575ea6362af3b055c698a73baf /gui.py | |
parent | 972c3c78379e21e583981e4e5caa8f5658c36905 (diff) | |
download | anaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.tar.gz anaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.tar.xz anaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.zip |
search RHupdates for html as well
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1284,7 +1284,8 @@ class InstallControlWindow: class InstallControlState: def __init__ (self, cw): - self.searchPath = [ "./", "/usr/share/anaconda/", "./" ] + self.searchPath = ("/mnt/source/RHupdates", + "./", "/usr/share/anaconda/") self.cw = cw self.prevEnabled = 1 self.nextEnabled = 1 |