##// END OF EJS Templates
remove unused and broken function...
remove unused and broken function win32 kwarg does not exist on find_py_filename, which does not take **kwargs either, so any call to this would have raised.

File last commit:

r13348:e6afea51
r21480:7faa1fb9
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)