diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-10 03:13:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-10 03:13:37 +0000 |
commit | 6280955e6032ff1324f2ac226d8ddf5ec94e1f7f (patch) | |
tree | 84bce2a75821abb77cfbebf747ca5d0451ad811f /packages.py | |
parent | 0e4d9c695a73b3f86581fd030e4a8b3c2f357bf9 (diff) | |
download | anaconda-6280955e6032ff1324f2ac226d8ddf5ec94e1f7f.tar.gz anaconda-6280955e6032ff1324f2ac226d8ddf5ec94e1f7f.tar.xz anaconda-6280955e6032ff1324f2ac226d8ddf5ec94e1f7f.zip |
unneeded code
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages.py b/packages.py index 850d76d4e..e67111cb4 100644 --- a/packages.py +++ b/packages.py @@ -569,8 +569,6 @@ def doInstall(method, id, intf, instPath): method.filesDone () - del p - if upgrade: instLog.write ("\n\nThe following packages were available on the " "CD but NOT upgraded:\n") |