summaryrefslogtreecommitdiff
path: root/scss/tests
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:46:19 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:46:19 -0700
commit306d8fb476c5f0ca92ee6ba405c41a59e360aa6a (patch)
tree5e1b78d6a89499f115db4f1bbcfc957ba7fd9797 /scss/tests
parent1833160675612a41047da983a296618ba8da92b5 (diff)
downloadpyscss-306d8fb476c5f0ca92ee6ba405c41a59e360aa6a.tar.gz
Remove a unicode literal, for 3.2's sake.
Diffstat (limited to 'scss/tests')
-rw-r--r--scss/tests/test_misc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/tests/test_misc.py b/scss/tests/test_misc.py
index da606f4..176ecd4 100644
--- a/scss/tests/test_misc.py
+++ b/scss/tests/test_misc.py
@@ -2,6 +2,7 @@
"""Tests for miscellaneous features that should maybe be broken out into their
own files, maybe.
"""
+from __future__ import unicode_literals
try:
from collections import OrderedDict
@@ -108,7 +109,7 @@ def test_extend_across_files():
def test_unicode_files():
compiler = Scss(scss_opts=dict(style='expanded'))
- unicode_input = u"""q {
+ unicode_input = """q {
quotes: "“" "”" "‘" "’";
content: "•";
}