diff dwt/dwthelper/InflaterInputStream.d @ 316:a2166f25ce17

update TANGOSVN
author Frank Benoit <benoit@tionex.de>
date Tue, 16 Sep 2008 15:28:32 +0200
parents 9995e4a9d2ee
children 8ebacc5c07dc
line wrap: on
line diff
--- a/dwt/dwthelper/InflaterInputStream.d	Tue Sep 16 15:28:21 2008 +0200
+++ b/dwt/dwthelper/InflaterInputStream.d	Tue Sep 16 15:28:32 2008 +0200
@@ -12,7 +12,11 @@
         pragma(link,"zlib");
     }
 }
-import tango.io.Conduit;
+version(TANGOSVN){
+    import tango.io.device.Conduit;
+} else {
+    import tango.io.Conduit;
+}
 
 class InputStreamWrapper : tango.io.model.IConduit.InputStream {