From ff3932abcd5ddf779cafd1885583fcddcc577eaa Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 May 1999 18:12:36 +0000 Subject: No need to import os in test(). (Andrew Dalke & kjpylint) --- Lib/pipes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/pipes.py b/Lib/pipes.py index 2bb6ee3..b82ed0c 100644 --- a/Lib/pipes.py +++ b/Lib/pipes.py @@ -288,7 +288,6 @@ def quote(file): # Small test program and example def test(): - import os print 'Testing...' t = Template() t.append('togif $IN $OUT', 'ff') -- cgit v0.12