diff options
author | Erik Troan <ewt@redhat.com> | 1999-09-13 13:23:06 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-09-13 13:23:06 +0000 |
commit | 4fb86c448ab7d03e77bd50eaf2a6a3b4da744c96 (patch) | |
tree | fda482b7558f5cf66f1beef6b6e68a9983ba35c8 /todo.py | |
parent | 6ac80f85da31d3d496a0b6831115695b1cc8acfc (diff) | |
download | anaconda-4fb86c448ab7d03e77bd50eaf2a6a3b4da744c96.tar.gz anaconda-4fb86c448ab7d03e77bd50eaf2a6a3b4da744c96.tar.xz anaconda-4fb86c448ab7d03e77bd50eaf2a6a3b4da744c96.zip |
manually partitioning needs to show formatting screen
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1027,6 +1027,7 @@ class ToDo: self.instClass.skipPartitioning = 0 self.instClass.clearPartText = None self.instClass.removeFromSkipList("partition") + self.instClass.removeFromSkipList("format") # List of (accountName, fullName, password) tupes def setUserList(todo, users): |