diff options
author | Matt Wilson <msw@redhat.com> | 2000-12-13 22:18:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-12-13 22:18:41 +0000 |
commit | 5c7ffd3916a7c110e7cf851f2b879f2161120d1b (patch) | |
tree | b2ccbf5ee5c5e9efa2a06058a780679b5a370784 | |
parent | e73241f3b371c41f5bad04e30bfb794f0010b423 (diff) | |
download | anaconda-5c7ffd3916a7c110e7cf851f2b879f2161120d1b.tar.gz anaconda-5c7ffd3916a7c110e7cf851f2b879f2161120d1b.tar.xz anaconda-5c7ffd3916a7c110e7cf851f2b879f2161120d1b.zip |
remove blank line per erik
-rw-r--r-- | todo.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -661,7 +661,6 @@ class ToDo: localline = localline + l[0] + " " localline = localline + "localhost.localdomain localhost\n" - f.write("\n") f.write("# Do not remove the following line, or various programs\n") f.write("# that require network functionality will fail.\n") f.write (localline) |