summaryrefslogtreecommitdiff
path: root/tests/data/serializer-is-not-opened-2.dumper-error
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-29 19:05:11 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-29 19:05:11 +0000
commit3b234aa5d5f355d0c94a735ace48c313fb6fa6f8 (patch)
tree49dc07f8c83bbaa783f5b3be9bfa6108fa9e849e /tests/data/serializer-is-not-opened-2.dumper-error
parentacc558ffdc125d1f78a81a9e4b4267c4fb4bd9a8 (diff)
downloadpyyaml-3b234aa5d5f355d0c94a735ace48c313fb6fa6f8.tar.gz
Share data files between Py2 and Py3 test suites.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@330 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'tests/data/serializer-is-not-opened-2.dumper-error')
-rw-r--r--tests/data/serializer-is-not-opened-2.dumper-error2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/serializer-is-not-opened-2.dumper-error b/tests/data/serializer-is-not-opened-2.dumper-error
index 6922b22..ebd9df1 100644
--- a/tests/data/serializer-is-not-opened-2.dumper-error
+++ b/tests/data/serializer-is-not-opened-2.dumper-error
@@ -1,2 +1,2 @@
-dumper = yaml.Dumper(StringIO.StringIO())
+dumper = yaml.Dumper(StringIO())
dumper.serialize(yaml.ScalarNode(tag='!foo', value='bar'))