File: movie_tags.py

package info (click to toggle)
pygame 1.9.1release%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,276 kB
  • sloc: ansic: 41,205; python: 21,987; cpp: 537; objc: 196; php: 92; sh: 77; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
__tags__ = []

import pygame
try:
    pygame.movie._NOT_IMPLEMENTED_
except AttributeError:
    pass
else:
    __tags__.extend(('ignore', 'subprocess_ignore'))