Files
openide/python/testData/intentions/beforeImportFromToImport.py
T

5 lines
56 B
Python

from sys import *
for x in argv: print x
print version