]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
No need to import os in test(). (Andrew Dalke & kjpylint)
authorGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:12:36 +0000 (18:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:12:36 +0000 (18:12 +0000)
Lib/pipes.py

index 2bb6ee317ab19f5ecb7ed57132e9701b183887c7..b82ed0c4216f9ca615ad742c18936dee956c0eb6 100644 (file)
@@ -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')