add guard to the . python implementation

This commit is contained in:
Marc Weber 2012-05-03 00:12:10 +02:00
parent 23f320803f
commit ad850f303b

View File

@ -76,6 +76,7 @@ snippet cascii
snippet ld
${1:var} = lambda ${2:vars} : ${3:action}
snippet .
guard left =~ '^\s*$'
self.
snippet try Try/Except
try: