diff dwtx/core/runtime/Path.d @ 94:dadb23ea55a6

Add version TANGOSVN
author Frank Benoit <benoit@tionex.de>
date Wed, 09 Jul 2008 23:23:56 +0200
parents 7ffeace6c47f
children 1088ca33d3e0
line wrap: on
line diff
--- a/dwtx/core/runtime/Path.d	Wed Jul 09 18:01:43 2008 +0200
+++ b/dwtx/core/runtime/Path.d	Wed Jul 09 23:23:56 2008 +0200
@@ -18,7 +18,13 @@
 
 import dwt.dwthelper.utils;
 
-import tango.io.model.IFile;
+version(TANGOSVN) {
+    import tango.io.model.IFile;
+}
+else{
+    import tango.io.FileConst;
+}
+
 
 static import tango.text.Text;
 alias tango.text.Text.Text!(char) StringBuffer;