Skip to content

Commit

Permalink
Explicitly export EGLError from the EGL namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 30, 2019
1 parent c58c9c4 commit 9f115ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenGL/EGL/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""OpenGL.EGL the portable interface to GL environments"""
from OpenGL.raw.EGL._types import *
from OpenGL.raw.EGL._errors import EGLError
from OpenGL.EGL.VERSION.EGL_1_0 import *
from OpenGL.EGL.VERSION.EGL_1_1 import *
from OpenGL.EGL.VERSION.EGL_1_2 import *
Expand Down

0 comments on commit 9f115ff

Please sign in to comment.