Added unicode-literals snippet for python-mode (#192)

This commit is contained in:
CryptoManiac 2017-07-11 07:57:40 +10:00 committed by Andrea Crotti
parent 698a921f4f
commit 3678e75428

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: unicode_literals
# key: fu
# group: future
# --
from __future__ import unicode_literals