comparison dwtx/core/runtime/Path.d @ 95:1088ca33d3e0 Release-1

Removed version=TANGOSVN for release 0.99.7
author Frank Benoit <benoit@tionex.de>
date Sat, 26 Jul 2008 02:46:58 +0200
parents dadb23ea55a6
children 0168c579a3f9
comparison
equal deleted inserted replaced
94:dadb23ea55a6 95:1088ca33d3e0
16 import dwtx.core.runtime.IPath; 16 import dwtx.core.runtime.IPath;
17 import dwtx.core.runtime.Assert; 17 import dwtx.core.runtime.Assert;
18 18
19 import dwt.dwthelper.utils; 19 import dwt.dwthelper.utils;
20 20
21 version(TANGOSVN) { 21 import tango.io.model.IFile;
22 import tango.io.model.IFile;
23 }
24 else{
25 import tango.io.FileConst;
26 }
27 22
28 23
29 static import tango.text.Text; 24 static import tango.text.Text;
30 alias tango.text.Text.Text!(char) StringBuffer; 25 alias tango.text.Text.Text!(char) StringBuffer;
31 26