diff src/cmd/ImportGraph.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 525ee3f848d9
children
line wrap: on
line diff
--- a/src/cmd/ImportGraph.d	Sun Jul 20 01:23:43 2008 +0200
+++ b/src/cmd/ImportGraph.d	Fri Jul 25 15:17:07 2008 +0200
@@ -16,7 +16,7 @@
 
 import tango.text.Regex : RegExp = Regex;
 import tango.io.FilePath;
-import tango.io.FileConst;
+import tango.io.model.IFile;
 import tango.text.Util;
 
 alias FileConst.PathSeparatorChar dirSep;