diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-20 02:43:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-20 02:43:32 +0000 |
commit | 5d61d8ecf13b459cdd29d59cc286070115f2ab27 (patch) | |
tree | 60084f38e1eede0980ac8f474bb3812fafbaa5ae | |
parent | 9d7a9c4675a741ea06ae2b3dc1ecad00c5457e34 (diff) | |
download | anaconda-5d61d8ecf13b459cdd29d59cc286070115f2ab27.tar.gz anaconda-5d61d8ecf13b459cdd29d59cc286070115f2ab27.tar.xz anaconda-5d61d8ecf13b459cdd29d59cc286070115f2ab27.zip |
revert
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1233,10 +1233,10 @@ class ToDo: self.writeMouse () self.writeKeyboard () self.writeNetworkConfig () + self.setupAuthentication () self.writeRootPassword () self.createAccounts () self.writeTimezone() - self.setupAuthentication () def sortPackages(self, first, second): one = 0 |