From dd1283290a94f5b06c5b2aa2e1e2c52420dfe4bb Mon Sep 17 00:00:00 2001 From: Zekeriya Koc Date: Tue, 3 Sep 2013 09:48:40 +0300 Subject: [PATCH] removed fckn dot snippet from python snippets --- snippets/python.snippets | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/python.snippets b/snippets/python.snippets index a20086820..59679a3e5 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -85,8 +85,6 @@ snippet cascii # Lambda snippet ld ${1:var} = lambda ${2:vars} : ${3:action} -snippet . - self. snippet try Try/Except try: ${1}