Add cyrillic_convert script to contrib manager
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
"""Convert gibberish back into Cyrillic"""
|
||||||
|
|
||||||
import fileinput
|
import fileinput
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -13,7 +13,8 @@ scripts=dict( # keys are names, values are scripts
|
|||||||
benchmark = "benchmark.py",
|
benchmark = "benchmark.py",
|
||||||
findSigns = "findSigns.py",
|
findSigns = "findSigns.py",
|
||||||
validate = "validateRegionFile.py",
|
validate = "validateRegionFile.py",
|
||||||
playerInspect = "playerInspect.py"
|
playerInspect = "playerInspect.py",
|
||||||
|
convertCyrillic = "cyrillic_convert.py"
|
||||||
)
|
)
|
||||||
|
|
||||||
# you can symlink or hardlink contribManager.py to another name to have it
|
# you can symlink or hardlink contribManager.py to another name to have it
|
||||||
|
|||||||
Reference in New Issue
Block a user