changeset 328:602a4fd8538f

add TANGOSVN to file
author John Reimer <terminal.node@gmail.com>
date Sat, 11 Oct 2008 22:53:49 -0700
parents f979673f7d47
children 2ce343e0d6b9
files dwt/program/Program.d
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/program/Program.d	Sat Oct 11 22:16:54 2008 -0700
+++ b/dwt/program/Program.d	Sat Oct 11 22:53:49 2008 -0700
@@ -27,7 +27,11 @@
 import tango.core.Exception;
 import tango.core.Array;
 import tango.text.convert.Format;
+version (TANGOSVN) {
+import tango.io.device.FileConduit;
+} else {
 import tango.io.FileConduit;
+}
 import tango.text.stream.LineIterator;
 
 version( build ){