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

8 lines
132 B
Python
Raw Normal View History

2020-03-22 02:01:57 +01:00
__tags__ = []
import pygame
import sys
if 'pygame.image' not in sys.modules:
__tags__.extend(('ignore', 'subprocess_ignore'))