summaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-02-27 10:15:02 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-02-27 10:15:02 +0100
commit2f9cdc98cc0adea615cb2180481c7780eef48f97 (patch)
treeff710ad0913ced7c241f0445e95e6eefeb24ae1b /tokens.py
parentacc0b296466c5364569b1df8402d2cb95ca01915 (diff)
downloadruamel.yaml-2f9cdc98cc0adea615cb2180481c7780eef48f97.tar.gz
pep8 compliance, util.load_yaml_guess_indent0.11.2
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):