1
0
forked from s444417/ProjektAI
ProjektAI/kelner/venv/Lib/site-packages/pygame/tests/surfarray_tags.py
2020-03-22 02:01:57 +01:00

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'))