From 3f9dd1f5c5c563ddaf0ea18614667edaa7e1feaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 11 Oct 2012 15:30:31 -0300 Subject: Working version of completer module --- lib/outputmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/outputmanager.py') diff --git a/lib/outputmanager.py b/lib/outputmanager.py index d9d4af1..7427783 100644 --- a/lib/outputmanager.py +++ b/lib/outputmanager.py @@ -3,7 +3,7 @@ import sys class OutputManager: def __init__(self): - + self.last_line_length = 0 self.echo_output = True def line_break(self): -- cgit v1.2.3