[mythtv-commits] Ticket #9647: mythproto.py missing bracket - line 833
MythTV
noreply at mythtv.org
Wed Mar 9 21:25:58 UTC 2011
#9647: mythproto.py missing bracket - line 833
-----------------------------------------------+------------------------
Reporter: Manwe <nettibug@…> | Owner: wagnerrp
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: Bindings - Python | Version: Trunk Head
Severity: medium | Keywords:
Ticket locked: 0 |
-----------------------------------------------+------------------------
Line 833 in mythproto.py is missing a bracket which broke configure check
for netvision plugin
{{{
- ('lastmodified', prog['LastModified')):
+ ('lastmodified', prog['LastModified'])):
}}}
- Manwe
--
Ticket URL: <http://code.mythtv.org/trac/ticket/9647>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list