~mblayman/entertainer/clean-up-1.0

« back to all changes in this revision

Viewing changes to entertainerlib/frontend/media_player.py

  • Committer: Matt Layman
  • Date: 2009-05-06 02:58:08 UTC
  • mto: (358.2.17 trunk)
  • mto: This revision was merged to the branch mainline in revision 363.
  • Revision ID: laymansterms.dev@gmail.com-20090506025808-2i7obpbgjxtu8wpi
Moved Lauri's copyright to Entertainer Developers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (c) 2009 Entertainer Developers - See COPYING - GPLv2
2
2
'''MediaPlayer - MediaPlayer that plays audio and video streams'''
3
3
 
4
 
__licence__ = "GPLv2"
5
 
__copyright__ = "2007, Lauri Taimila"
6
 
__author__ = "Lauri Taimila <lauri@taimila.com>"
7
 
 
8
4
# import order is important here since Clutter 0.8,
9
5
# see the pyclutter README for details
10
6