OSDN Git Service

enc_max option
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
1 #!/usr/bin/python
2 # coding: UTF-8
3 # Rec10 TS Recording Tools
4 # Copyright (C) 2009 Yukikaze
5 #import sys
6 #import os
7 import chdb
8 import configreader
9 import xml2db
10 import os
11 import rec10d
12 import checker
13 import time
14 __author__="yukikaze"
15 __date__ ="$2009/08/01 22:25:13$"
16 path=str(os.path.dirname(os.path.abspath(__file__)))+"/"
17 recpath="/home/ftpusr/ftp3/Recording/"
18 if __name__ == "__main__":
19     #d=time.time()#
20     #tspath=basepath.replace(".b25","")
21     #print checker.checkB25Decode(recpath+basepath,recpath+tspath)
22     print configreader.getdbpath("test")
23