From 97ca04d5044b52d50fdd5038dd25617d01163053 Mon Sep 17 00:00:00 2001 From: Sergey Lebedev Date: Tue, 4 Aug 2015 14:52:52 +0300 Subject: [PATCH] added small snippet for use python3 interpreter --- snippets/python.snippets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/python.snippets b/snippets/python.snippets index ea5f2c9..faf144c 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -1,6 +1,9 @@ snippet #! #!/usr/bin/env python # -*- coding: utf-8 -*- +snippet #!3 + #!/usr/bin/env python3 + # -*- coding: utf-8 -*- snippet imp import ${0:module} snippet uni