10 lines
125 B
Python
10 lines
125 B
Python
#!/usr/bin/python
|
|
from realog import debug
|
|
import sys
|
|
from monk import tools
|
|
import re
|
|
|
|
|
|
def transcode(value):
|
|
return value
|