From 2f9cdc98cc0adea615cb2180481c7780eef48f97 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 27 Feb 2016 10:15:02 +0100 Subject: pep8 compliance, util.load_yaml_guess_indent --- nodes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nodes.py') diff --git a/nodes.py b/nodes.py index 382b492..03f158f 100644 --- a/nodes.py +++ b/nodes.py @@ -1,3 +1,5 @@ +# coding: utf-8 + from __future__ import print_function -- cgit v1.2.1