1
0
Fork 0
ProjektAI/kelner/venv/Lib/site-packages/pygame/tests/surfarray_tags.py

17 lines
260 B
Python

__tags__ = ['array']
exclude = False
try:
import numpy
except ImportError:
exclude = True
else:
try:
import pygame.pixelcopy
except ImportError:
exclude = True
if exclude:
__tags__.extend(('ignore', 'subprocess_ignore'))