sveetch / boussole

Command line interface to build Sass projects using 'libsass-python'.
http://boussole.readthedocs.io
MIT License
10 stars 5 forks source link

parser.py: be Py3 compatible #13

Closed feth closed 8 years ago

feth commented 8 years ago

While not killing support for legacy Python, the way to declare strings is to import unicode_literals in Python 2 ur"foo" is a syntax error in modern Python.

feth commented 8 years ago

(this one change was tested with Py 3.5)