Skip to content

Commit 7cec0f0

Browse files
committed
changed for runing in linux
1 parent facd6d0 commit 7cec0f0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tools/add_edit_link.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/local/python34/bin/python3
2+
# -*- coding: UTF-8 -*-
13
#功能:在html中添加在线纠错链接
24

35
import sys

tools/encoding_convert.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use strict;
44
use autodie;
5-
use Try::Tiny;
65
use File::Copy;
76
use encoding "utf8";
87
use encoding "gbk";

tools/html2sgml_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/local/python34/bin/python3
2+
# -*- coding: UTF-8 -*-
13
#功能:生成html文件到sgml文件的对应关系dict
24

35
import os

0 commit comments

Comments
 (0)