[mythtv-commits] Ticket #4697: MythDB scope error in python bindings

MythTV mythtv at cvs.mythtv.org
Mon Feb 18 05:40:07 UTC 2008


#4697: MythDB scope error in python bindings
--------------------------------------------+-------------------------------
 Reporter:  Hadley Rich <hads at nice.net.nz>  |       Owner:  ijr    
     Type:  defect                          |      Status:  new    
 Priority:  minor                           |   Milestone:  unknown
Component:  mythtv                          |     Version:  head   
 Severity:  medium                          |     Mlocked:  0      
--------------------------------------------+-------------------------------
 in __init__.py we import all * from all the various modules for
 convinience. In MythTV.py and MythVideo.py MythDB is imported as a module
 into the package global scope which then hides the MythDB class which was
 in the global scope.

 This breaks find_meta.py and other things.

 Patch attached.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4697>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list