parent
cdfea7b211
commit
29ab5ee5d0
@ -1,8 +0,0 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
import os
|
||||
|
||||
for filename in os.listdir('.'):
|
||||
if filename.endswith('.py'):
|
||||
os.system("modernize -w " + filename + " --no-six")
|
||||
print(("Converting", filename + "..."))
|
Loading…
Reference in new issue