release new Rules!

This commit is contained in:
Moshel
2017-06-24 12:39:26 +08:00
parent f78e91335f
commit e9e07d28f4
12 changed files with 2897 additions and 80 deletions

View File

@@ -17,7 +17,6 @@ confs_names = [
def getRulesStringFromFile(path, kind):
file = open(path, 'r', encoding='utf-8')
contents = file.readlines()
file.close()
ret = ''
for content in contents: