Home
last modified time | relevance | path

Searched refs:TCFILE (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Dinit.py106 if not os.path.exists(g.TCFILE):
163 with open(g.TCFILE, "w") as tcf:
170 with open(g.TCFILE, "r") as tcf:
H A Dhelptext.py151 """.format(c.ul, c.w, c.y, g.TCFILE)),
H A Dg.py55 TCFILE = os.path.join(paths.get_config_dir(), "transcode") variable