##// END OF EJS Templates
Update function attribute names...
Update function attribute names 2to3 fixer: funcattrs

File last commit:

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