No need to import os in test(). (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:12:36 +00:00
parent 699f3bbba3
commit ff3932abcd

View 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')