Skip to content

Commit

Permalink
Put those imports back.
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Jul 14, 2010
1 parent 80b53fc commit 9cd693f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Shader.py
Expand Up @@ -32,6 +32,12 @@
import Config
import Version

from OpenGL.GL.ARB.shader_objects import *
from OpenGL.GL.ARB.vertex_shader import *
from OpenGL.GL.ARB.fragment_shader import *
from OpenGL.GL.ARB.multitexture import *
from OpenGL.GL.EXT.texture3D import *

class ShaderCompilationError(Exception):
pass

Expand Down

0 comments on commit 9cd693f

Please sign in to comment.