Skip to content
Snippets Groups Projects
Commit ebdfe5d5 authored by Timothee Besset's avatar Timothee Besset Committed by Timothee Besset
Browse files

silence a spurious warning from the OpenGL module about numpy not being...

silence a spurious warning from the OpenGL module about numpy not being installed (we do not use numpy)
parent 8d623458
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ if platform.system() == 'Windows':
import winreg
import signalslot
# silences some warnings about numpy..
logging.getLogger('OpenGL.plugins').setLevel(logging.ERROR)
import OpenGL.GL as gl
import sdl2
import imgui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment