comparison 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
comparison
equal deleted inserted replaced
335:47b37f126740 336:f866e80af235
8 public import Math = tango.math.Math; 8 public import Math = tango.math.Math;
9 9
10 public import tango.core.Exception : IllegalArgumentException, IOException; 10 public import tango.core.Exception : IllegalArgumentException, IOException;
11 11
12 import tango.io.Stdout; 12 import tango.io.Stdout;
13 import tango.io.Print; 13 import tango.io.stream.Format;
14 static import tango.stdc.stringz; 14 static import tango.stdc.stringz;
15 static import tango.text.Util; 15 static import tango.text.Util;
16 static import tango.text.Text; 16 static import tango.text.Text;
17 static import tango.text.Ascii; 17 static import tango.text.Ascii;
18 import tango.text.Unicode; 18 import tango.text.Unicode;