Commit ff3932ab authored by Guido van Rossum's avatar Guido van Rossum

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

parent 699f3bbb
...@@ -288,7 +288,6 @@ def quote(file): ...@@ -288,7 +288,6 @@ def quote(file):
# Small test program and example # Small test program and example
def test(): def test():
import os
print 'Testing...' print 'Testing...'
t = Template() t = Template()
t.append('togif $IN $OUT', 'ff') t.append('togif $IN $OUT', 'ff')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment