summaryrefslogtreecommitdiff
path: root/cyaml.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-09-13 00:19:14 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-09-13 00:19:14 +0200
commit3702a1eb6c2f29ef93f1aa033059b9ab97f13bd4 (patch)
tree414b3301824d3a996aced4ebd52c8f9456dc189c /cyaml.py
parente34e17cd001747a82847e7f86f64a8f91bc86653 (diff)
downloadruamel.yaml-3702a1eb6c2f29ef93f1aa033059b9ab97f13bd4.tar.gz
renamed cython module to _ruamel_yaml fixing issue #10
Diffstat (limited to 'cyaml.py')
-rw-r--r--cyaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyaml.py b/cyaml.py
index 1c9036c..276e029 100644
--- a/cyaml.py
+++ b/cyaml.py
@@ -3,7 +3,7 @@ from __future__ import absolute_import
__all__ = ['CBaseLoader', 'CSafeLoader', 'CLoader',
'CBaseDumper', 'CSafeDumper', 'CDumper']
-from _yaml import CParser, CEmitter
+from _ruamel_yaml import CParser, CEmitter
from .constructor import *