summaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokens.py b/tokens.py
index e7f8726..bd97785 100644
--- a/tokens.py
+++ b/tokens.py
@@ -1,3 +1,6 @@
+# # header
+# coding: utf-8
+
class Token(object):
def __init__(self, start_mark, end_mark):