Changeset 307 for pyyaml/trunk/lib/yaml/dumper.py
- Timestamp:
- 12/08/08 04:12:10 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib/yaml/dumper.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/dumper.py
r152 r307 17 17 Emitter.__init__(self, stream, canonical=canonical, 18 18 indent=indent, width=width, 19 allow_un code=allow_unicode, line_break=line_break)19 allow_unicode=allow_unicode, line_break=line_break) 20 20 Serializer.__init__(self, encoding=encoding, 21 21 explicit_start=explicit_start, explicit_end=explicit_end,
Note: See TracChangeset
for help on using the changeset viewer.
