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