summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-20 19:56:06 +0000
committerMatt Wilson <msw@redhat.com>1999-08-20 19:56:06 +0000
commit68d09b27f40c4ecb2f40b6ac018fa34814e62361 (patch)
tree95fdad87bc23f4871b616b279459bff85a023dc3 /todo.py
parent5efdc41c4f764fe0854edb8224b03cfcc87fa38e (diff)
downloadanaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.tar.gz
anaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.tar.xz
anaconda-68d09b27f40c4ecb2f40b6ac018fa34814e62361.zip
fixed
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index d39f18053..6f305e01c 100644
--- a/todo.py
+++ b/todo.py
@@ -26,7 +26,7 @@ class LogFile:
else:
self.logFile.write (format)
- def getFile:
+ def getFile (self):
return self.logFile
class SimpleConfigFile: