~wattazoum/xbmc/mangas-tv-plugin

« back to all changes in this revision

Viewing changes to mock/xbmc.py

  • Committer: Oumar Aziz OUATTARA
  • Date: 2011-01-26 23:18:58 UTC
  • Revision ID: aouattara@octo.com-20110126231858-lbp2h6re4397ygb5
Tags: 2.1
Ajout de la fonctionnalité de recherche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            print self.player, " plays ", stream_url, " ( " + str(item) + " ) "
75
75
        """
76
76
 
 
77
class Keyboard:
 
78
    
 
79
    def __init__( self, default, heading, hidden ):
 
80
        """
 
81
        """
 
82
 
77
83
def translatePath(path):
78
84
    return pathMapping[path]
79
85