mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
No need to import os in test(). (Andrew Dalke & kjpylint)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user