Using the dyaml.all module instead of yaml (which will eventually be removed).
This commit is contained in:
parent
1c017c6492
commit
a341340d6c
13 changed files with 18 additions and 18 deletions
|
@ -9,7 +9,7 @@ module dyaml.testcommon;
|
|||
public import std.conv;
|
||||
public import std.stdio;
|
||||
public import std.stream;
|
||||
public import yaml;
|
||||
public import dyaml.all;
|
||||
|
||||
import core.exception;
|
||||
import std.algorithm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue