diff dwt/dwthelper/InflaterInputStream.d @ 362:5b585873fec2

remove TANGOSVN for 0.99.8
author Frank Benoit <benoit@tionex.de>
date Sat, 04 Apr 2009 21:14:54 +0200
parents 8ebacc5c07dc
children 5f6d9bb33a53
line wrap: on
line diff
--- a/dwt/dwthelper/InflaterInputStream.d	Tue Jan 27 10:15:27 2009 +0100
+++ b/dwt/dwthelper/InflaterInputStream.d	Sat Apr 04 21:14:54 2009 +0200
@@ -12,11 +12,7 @@
         pragma(link,"zlib");
     }
 }
-version(TANGOSVN){
-    import tango.io.device.Conduit;
-} else {
-    import tango.io.Conduit;
-}
+import tango.io.device.Conduit;
 
 class InputStreamWrapper : tango.io.model.IConduit.InputStream {