mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 20:44:46 +00:00
replace deprecated 'dot' import / export by '/'
This commit is contained in:
parent
da9396a2f3
commit
6b429e6571
9
yaml.nim
9
yaml.nim
@ -38,7 +38,8 @@
|
|||||||
## * The hints API in `hints <yaml.hints.html>`_ provides a simple proc for
|
## * The hints API in `hints <yaml.hints.html>`_ provides a simple proc for
|
||||||
## guessing the type of a scalar value.
|
## guessing the type of a scalar value.
|
||||||
|
|
||||||
import yaml.dom, yaml.hints, yaml.parser, yaml.presenter,
|
import yaml / [dom, hints, parser, presenter,
|
||||||
yaml.serialization, yaml.stream, yaml.taglib, yaml.tojson
|
serialization, stream, taglib, tojson]
|
||||||
export yaml.dom, yaml.hints, yaml.parser, yaml.presenter,
|
|
||||||
yaml.serialization, yaml.stream, yaml.taglib, yaml.tojson
|
export dom, hints, parser, presenter,
|
||||||
|
serialization, stream, taglib, tojson
|
||||||
|
Loading…
x
Reference in New Issue
Block a user