diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-19 21:19:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-19 21:19:54 +0000 |
commit | d3f8159d1a8788ee4b378e7e529100bae0169cf5 (patch) | |
tree | a73942f507b10b6bbed3df9d16f5cc168c2ed9a5 | |
parent | 67a87dda23571cf97ee5b0066a7571ab6b094a5b (diff) | |
download | anaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.tar.gz anaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.tar.xz anaconda-d3f8159d1a8788ee4b378e7e529100bae0169cf5.zip |
temp fix
-rw-r--r-- | todo.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |