diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-08-20 23:54:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-08-20 23:54:51 +0000 |
commit | dd8951f2026a93111f29b1d6d670e622db1951e3 (patch) | |
tree | 795f40e92150953edb8b5db5a1dab0436f875bd7 /installmethod.py | |
parent | 3960c2c5b13e4e11d54a6d85c33e5675a284a794 (diff) | |
download | anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.tar.gz anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.tar.xz anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.zip |
merge changes from taroon branch
Diffstat (limited to 'installmethod.py')
-rw-r--r-- | installmethod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py index 324950ef0..354ef1eb9 100644 --- a/installmethod.py +++ b/installmethod.py @@ -19,7 +19,7 @@ from rhpl.log import log class FileCopyException(Exception): def __init__(self, s = ""): - self.str = s + self.args = s class InstallMethod: |