From d3f8159d1a8788ee4b378e7e529100bae0169cf5 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 19 Aug 1999 21:19:54 +0000 Subject: temp fix --- todo.py | 3 +++ 1 file changed, 3 insertions(+) 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") -- cgit