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
1 changed files with 0 additions and 1 deletions

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