File: font_tags.py

package info (click to toggle)
pygame 1.9.4.post1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,412 kB
  • sloc: ansic: 54,632; python: 28,791; objc: 334; php: 92; sh: 76; makefile: 36; cpp: 25
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
__tags__ = []

import sys
# Font support not fully implemented for Python 3.x.
if sys.version_info >= (3, 0, 0) and sys.platform.startswith('win'):
    __tags__.extend(['ignore', 'subprocess_ignore'])