diff dwt/dwthelper/FileInputStream.d @ 308:8d53428f9be0

Tango breaking change for new package tango.io.device
author Frank Benoit <benoit@tionex.de>
date Sun, 14 Sep 2008 19:58:20 +0200
parents ab60f3309436
children 1ee938a6e02e
line wrap: on
line diff
--- a/dwt/dwthelper/FileInputStream.d	Tue Sep 09 06:35:22 2008 +0200
+++ b/dwt/dwthelper/FileInputStream.d	Sun Sep 14 19:58:20 2008 +0200
@@ -7,7 +7,11 @@
 import dwt.dwthelper.File;
 import dwt.dwthelper.InputStream;
 
+version(TANGOSVN){
+import tango.io.device.FileConduit;
+} else {
 import tango.io.FileConduit;
+}
 import tango.io.protocol.Reader;
 import tango.core.Exception;
 import tango.text.convert.Format;