Explorar o código

Converters.Register StdETHConv added

Alexander Shiryaev %!s(int64=13) %!d(string=hai) anos
pai
achega
6027581b64
Modificáronse 1 ficheiros con 1 adicións e 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.