diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-20 19:56:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-20 19:56:06 +0000 |
commit | 68d09b27f40c4ecb2f40b6ac018fa34814e62361 (patch) | |
tree | 95fdad87bc23f4871b616b279459bff85a023dc3 /todo.py | |
parent | 5efdc41c4f764fe0854edb8224b03cfcc87fa38e (diff) | |
download | anaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.tar.gz anaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.tar.xz anaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.zip |
fixed
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ class LogFile: else: self.logFile.write (format) - def getFile: + def getFile (self): return self.logFile class SimpleConfigFile: |