Ejemplo n.º 1
0
 def _show_credits( self ):
     self.last_pos_container_9000 = xbmc.getInfoLabel( "Container(9000).Position" )
     self.action = None
     try:
         import Credits
         self._close_script()
         Credits.show_credits( self.last_pos_container_9000 )
         del Credits
     except:
         print_exc()
Ejemplo n.º 2
0
 def _show_credits(self):
     self.last_pos_container_9000 = xbmc.getInfoLabel(
         "Container(9000).Position")
     self.action = None
     try:
         import Credits
         self._close_script()
         Credits.show_credits(self.last_pos_container_9000)
         del Credits
     except:
         print_exc()