Fix py3.
This commit is contained in:
parent
31b6dffd93
commit
f11e9e6ece
@ -22,7 +22,7 @@ class TestLessLexer(unittest.TestCase):
|
||||
"""
|
||||
It can load content from a string.
|
||||
"""
|
||||
file = StringIO(b"""
|
||||
file = StringIO("""
|
||||
@simple-var: 1;
|
||||
""")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user