Explorar el Código

Converters.Register StdETHConv added

Alexander Shiryaev hace 12 años
padre
commit
6027581b64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      BlackBox/Init-Interp.txt

+ 1 - 0
BlackBox/Init-Interp.txt

@@ -5,5 +5,6 @@ MODULE Init;
 BEGIN
 	(* StdLog.Open; *)
 	Converters.Register("Documents.ImportDocument", "Documents.ExportDocument", "", "odc", {});
+	Converters.Register("StdETHConv.ImportETHDoc", "", "TextViews.View", "eth", {Converters.importAll});
 	Interp.Init
 END Init.