work in progress on fixing python surround

This commit is contained in:
Dmitry Jemerov
2009-12-08 20:56:23 +03:00
parent 31cce7674e
commit 77a3189d40
14 changed files with 97 additions and 16 deletions
@@ -0,0 +1,6 @@
def foo():
try:
print "hello"
except:
<selection>pass</selection>