mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
No need to import os in test(). (Andrew Dalke & kjpylint)
This commit is contained in:
parent
699f3bbba3
commit
ff3932abcd
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue