lorax/src/pylorax
David Cantrell e6aebb1c3d sort() is an inplace operation on lists, correct other errors in instroot.py.
sort() is inplace for lists, so it doesn't return the sorted list.
Make sure to strip each line read from the packages* files.  In the
installPackages() function, concat the packages list on to the
arglist because that's what yummain is expecting.
2008-10-04 20:52:17 -10:00
..
__init__.py Do not try to close a file descriptor, which is an int. 2008-10-04 20:31:13 -10:00
discinfo.py Move code in to the src/ subdirectory. 2008-10-04 19:45:34 -10:00
instroot.py sort() is an inplace operation on lists, correct other errors in instroot.py. 2008-10-04 20:52:17 -10:00
treeinfo.py Move code in to the src/ subdirectory. 2008-10-04 19:45:34 -10:00