~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/video.py

(Merge) From layout engine improvements: New variable space widget, video widget bug fix, improved tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
            self.add(self._texture)
214
214
            self.play()
215
215
        else: 
216
 
            raise AttributeError, "source doesn't exist: %s" % self.source
217
 
        
 
216
            raise AttributeError, "source doesn't exist: %s" % self.source