diff dwt/dwthelper/utils.d @ 356:8ebacc5c07dc

Fixes for TANGOSVN r4235 -- still some warnings but builds
author John Reimer <terminal.node@gmail.com>
date Sun, 04 Jan 2009 02:47:54 -0500
parents 96243e3ebcf0
children 4bffbf81e2d6 5b585873fec2
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Sun Dec 14 02:31:38 2008 -0500
+++ b/dwt/dwthelper/utils.d	Sun Jan 04 02:47:54 2009 -0500
@@ -10,7 +10,13 @@
 public import tango.core.Exception : IllegalArgumentException, IOException;
 
 import tango.io.Stdout;
-import tango.io.Print;
+version(TANGOSVN) {
+    import tango.io.stream.Format;
+    alias FormatOutput Print;
+}
+else
+    import tango.io.Print;
+
 static import tango.stdc.stringz;
 static import tango.text.Util;
 static import tango.text.Text;