diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-09-30 20:12:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-09-30 20:12:52 +0000 |
commit | 9d5d6a1a99c3fdc089bafcad285f2c7160f6b579 (patch) | |
tree | 9d67455871fe7835619bb89f2375cb1cd683d778 /installclass.py | |
parent | 9f1d2609ebe2c2079628284907c4366af9971266 (diff) | |
download | anaconda-9d5d6a1a99c3fdc089bafcad285f2c7160f6b579.tar.gz anaconda-9d5d6a1a99c3fdc089bafcad285f2c7160f6b579.tar.xz anaconda-9d5d6a1a99c3fdc089bafcad285f2c7160f6b579.zip |
fix traceback. pychecker might as well be worthless :( (#106011)
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py index 172b340b4..d5f043f6f 100644 --- a/installclass.py +++ b/installclass.py @@ -373,7 +373,7 @@ class BaseInstallClass: if not resolution and not depth: # choose a sane default log("resolution and depth not specified, trying to be sane") - id.xsetup.xhwsetup.choose_sane_default() + id.xsetup.xhwstate.choose_sane_default() if desktop is not None: id.desktop.setDefaultDesktop(desktop) |