summaryrefslogtreecommitdiff
path: root/scss/tests
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2014-09-19 09:08:15 -0500
committerGerman M. Bravo <german.mb@deipi.com>2014-09-19 09:08:15 -0500
commit453e775e92fd6302f9e119d5458e044ef3e35bd4 (patch)
tree8a960570a49144bb43bd2086c4b8931002c89f30 /scss/tests
parentc6fce9365db08da988dc1d0515c00117d9ed0ed1 (diff)
downloadpyscss-453e775e92fd6302f9e119d5458e044ef3e35bd4.tar.gz
Added file encoding for test_expression.py
Diffstat (limited to 'scss/tests')
-rw-r--r--scss/tests/test_expression.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/tests/test_expression.py b/scss/tests/test_expression.py
index b4fce80..d895948 100644
--- a/scss/tests/test_expression.py
+++ b/scss/tests/test_expression.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
"""Tests for expressions -- both their evaluation and their general
parsability.
"""