|
MythTV master
|
Functions | |
| def | print_etree (etostr) |
| def | _parse_config (config) |
| def | buildVersion () |
| def | performSelfTest (args) |
| def | main () |
Variables | |
| string | __title__ = "TheTVDatabaseV4" |
| string | __author__ = "Roland Ernst" |
| string | __version__ = "0.5.1" |
|
private |
Parse the config read by ConfigParser.
Definition at line 31 of file ttvdb4.py.
Referenced by main(), and performSelfTest().
| def ttvdb4.main | ( | ) |
| def ttvdb4.print_etree | ( | etostr | ) |
lxml.etree.tostring is a bytes object in python3, and a str in python2.
Definition at line 25 of file ttvdb4.py.
Referenced by buildVersion(), main(), tmdb3.main(), and tmdb3tv.main().