OSDN Git Service

implement tmp config.
[rec10/rec10-git.git] / rec10 / trunk / src / epgdb.py
index 170f7cf..77e480e 100644 (file)
@@ -11,8 +11,9 @@ import n_gram
 import rec10d
 import ts2epg
 import xml2db
+import configreader
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"
-tmppath = path
+tmppath = configreader.getpath("tmp")+"/"
 def update(chtxt):
     print chtxt
     tnow = datetime.datetime.now()