~ubuntu-branches/ubuntu/saucy/moovida-plugins-good/saucy-proposed

« back to all changes in this revision

Viewing changes to elisa/plugins/base/models/media.py

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-08-16 13:12:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816131252-ky8ukfq1i0ft33o0
Tags: 1.0.6-0ubuntu1
New upstream release. (LP: #414267)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
"""
22
22
 
23
23
from elisa.core.components.model import Model
24
 
from elisa.core.utils import notifying_list
25
 
 
26
 
from twisted.internet import defer
 
24
from elisa.core.utils import defer, notifying_list, caching
27
25
 
28
26
import gobject
29
27
 
 
28
 
30
29
class PlayableModel(Model):
31
30
 
32
31
    """
83
82
 
84
83
    title = property(fset=title_set,fget=titlet_get)
85
84
 
 
85
 
86
86
class PlaylistModel(Model, notifying_list.List):
87
87
    """
88
88
    A playlist model is a list of models that can be played by