]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaclean.ml
Huge reorganization of matita and ocaml.
[helm.git] / helm / matita / matitaclean.ml
index a5669d2e62d94acd4d8012b2784a64d981fd5c77..912d32cd0de9d66e4538df94b2f5888ab6851688 100644 (file)
@@ -54,7 +54,7 @@ let main () =
               UM.buri_of_uri (UM.uri_of_string suri)
             with UM.IllFormedUri _ ->
               let u =
-               GrafiteParserMisc.baseuri_of_script ~include_paths:[] suri in
+               DependenciesParser.baseuri_of_script ~include_paths:[] suri in
               if String.length u < 5 || String.sub u 0 5 <> "cic:/" then begin
                 HLog.error (sprintf "File %s defines a bad baseuri: %s"
                   suri u);