projektAI/venv/Lib/site-packages/pygame/tests/ftfont_tags.py

12 lines
180 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
__tags__ = ["development"]
exclude = False
try:
import pygame.ftfont
except ImportError:
exclude = True
if exclude:
__tags__.extend(["ignore", "subprocess_ignore"])