Using the dyaml.all module instead of yaml (which will eventually be removed).

This commit is contained in:
Ferdinand Majerech 2013-12-17 15:09:19 +01:00
parent 1c017c6492
commit a341340d6c
13 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@ import std.math;
import std.random;
import std.stdio;
import std.string;
import yaml;
import dyaml.all;
immutable alphabet = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_";