No need to import os in test(). (Andrew Dalke & kjpylint)
This commit is contained in:
parent
699f3bbba3
commit
ff3932abcd
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue