Skip to content

Commit

Permalink
actually remove the unconditional 'import grp'
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jun 10, 2024
1 parent e98575b commit 4836df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# this is needed for supporting Windows 10 with OpenGL < v2.0
# Example: VirtualBox w/ OpenGL v1.1
import platform, os, grp
import platform, os
CURRENT_PLATFORM = platform.system().upper()
if CURRENT_PLATFORM.startswith( 'WIN' ):
os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2'
Expand Down

0 comments on commit 4836df1

Please sign in to comment.