diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-22 03:07:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-22 03:07:54 +0000 |
commit | 4f4c8b3aabea4faedc4b33dca24e37d220a81a24 (patch) | |
tree | bc3cf08e4e2b05b0e8ebeee69f58dca3d2b3b79d /comps.py | |
parent | 63f66012b8109ae6505abf347ee5a73dd24d3f7e (diff) | |
download | anaconda-4f4c8b3aabea4faedc4b33dca24e37d220a81a24.tar.gz anaconda-4f4c8b3aabea4faedc4b33dca24e37d220a81a24.tar.xz anaconda-4f4c8b3aabea4faedc4b33dca24e37d220a81a24.zip |
add everything to the dictionary
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ class ComponentSet: for package in packages.keys (): everything.addPackage (packages[package]) self.comps.append (everything) - + self.compsDict["Everything"] = everything def __repr__(self): s = "" |