소스 검색

Converters.Register StdETHConv added

Alexander Shiryaev 12 년 전
부모
커밋
6027581b64
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.