summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-19 21:19:54 +0000
committerMatt Wilson <msw@redhat.com>1999-08-19 21:19:54 +0000
commitd3f8159d1a8788ee4b378e7e529100bae0169cf5 (patch)
treea73942f507b10b6bbed3df9d16f5cc168c2ed9a5
parent67a87dda23571cf97ee5b0066a7571ab6b094a5b (diff)
downloadanaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.tar.gz
anaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.tar.xz
anaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.zip
temp fix
-rw-r--r--todo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 07c85770f..cb04c41a1 100644
--- a/todo.py
+++ b/todo.py
@@ -13,6 +13,9 @@ import crypt
import whrandom
import _balkan
+def _(x):
+ return x
+
class LogFile:
def __init__ (self):
self.logFile = open("/dev/tty3", "w")