diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-05-07 16:07:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | e31e98f5cc3c2289ad47198a506d8d03a063512c (patch) | |
tree | c954269daebba8549190d1e4a91f4a64ae62664c /src/sdp/paths_output.d | |
parent | cleaning (diff) |
0.15.0 named modules
Diffstat (limited to 'src/sdp/paths_output.d')
-rw-r--r-- | src/sdp/paths_output.d | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sdp/paths_output.d b/src/sdp/paths_output.d index e9599db..ea68567 100644 --- a/src/sdp/paths_output.d +++ b/src/sdp/paths_output.d @@ -1,11 +1,12 @@ /++ default settings +/ +module sdp.paths_output; import std.array, std.path, std.regex, std.stdio; -import ao_rgx; +import sdp.ao_rgx; template SiSUpathsSisupod() { mixin SiSUrgxInit; auto rgx = Rgx(); |