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

13 lines
181 B
Python

__tags__ = ['development']
exclude = False
try:
import pygame.ftfont
except ImportError:
exclude = True
if exclude:
__tags__.extend(['ignore', 'subprocess_ignore'])