Ticket #4600: mythplugins.diff
| File mythplugins.diff, 449 bytes (added by , 18 years ago) |
|---|
-
mythvideo/mythvideo/scripts/find_meta.py
52 52 53 53 try: 54 54 # If found, we can insert data directly to MythDB 55 from MythTVimport MythDB, MythVideo55 from mythtv import MythDB, MythVideo 56 56 mythdb = MythDB() 57 57 mythvideo = MythVideo() 58 58 except:
