Files
openide/python/testData/copyPaste/IndentTabIncrease.after.py
2013-02-15 19:47:10 +04:00

7 lines
83 B
Python

print "Line 2"
class Test:
def __init__(self):
print "Line 2"
print "Line 1"