diff dwt/dwthelper/utils.d @ 336:f866e80af235

Remove tango deprecation warnings.
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Feb 2009 19:26:35 +0100
parents 1ee938a6e02e
children 9041f892283b
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Wed Feb 18 17:10:51 2009 +0100
+++ b/dwt/dwthelper/utils.d	Wed Feb 18 19:26:35 2009 +0100
@@ -10,7 +10,7 @@
 public import tango.core.Exception : IllegalArgumentException, IOException;
 
 import tango.io.Stdout;
-import tango.io.Print;
+import tango.io.stream.Format;
 static import tango.stdc.stringz;
 static import tango.text.Util;
 static import tango.text.Text;