diff src/dil/ModuleManager.d @ 832:80eb3251e010

Updated to Tango 0.99.7.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 25 Jul 2008 15:17:07 +0200
parents 438ed3a72c9d
children
line wrap: on
line diff
--- a/src/dil/ModuleManager.d	Sun Jul 20 01:23:43 2008 +0200
+++ b/src/dil/ModuleManager.d	Fri Jul 25 15:17:07 2008 +0200
@@ -13,7 +13,7 @@
 
 import tango.io.FilePath;
 import tango.io.FileSystem;
-import tango.io.FileConst;
+import tango.io.model.IFile;
 
 alias FileConst.PathSeparatorChar dirSep;