~ubuntu-branches/ubuntu/maverick/pygame/maverick

« back to all changes in this revision

Viewing changes to test/movie_tags.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 17:02:11 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114170211-21eop2ja7mr9vdcr
Tags: 1.9.1release-0ubuntu1
* New upstream version (lp: #433304)
* debian/control:
  - build-depends on libportmidi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
__tags__ = []
 
2
 
 
3
import pygame
 
4
try:
 
5
    pygame.movie._NOT_IMPLEMENTED_
 
6
except AttributeError:
 
7
    pass
 
8
else:
 
9
    __tags__.extend(('ignore', 'subprocess_ignore'))