This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME = 'Omission' | |
import os | |
from os.path import join | |
from kivy.utils import platform | |
if platform == 'win': | |
from kivy.deps import sdl2, glew | |
else: | |
glew = sdl2 = None |