summaryrefslogtreecommitdiff
path: root/dumper.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 /dumper.py
parentacc0b296466c5364569b1df8402d2cb95ca01915 (diff)
downloadruamel.yaml-2f9cdc98cc0adea615cb2180481c7780eef48f97.tar.gz
pep8 compliance, util.load_yaml_guess_indent0.11.2
Diffstat (limited to 'dumper.py')
-rw-r--r--dumper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dumper.py b/dumper.py
index 7e188b9..5019cca 100644
--- a/dumper.py
+++ b/dumper.py
@@ -1,3 +1,5 @@
+# coding: utf-8
+
from __future__ import absolute_import
__all__ = ['BaseDumper', 'SafeDumper', 'Dumper', 'RoundTripDumper']