diff pytouhou/opengl/texture.py @ 203:df8b2ab54639

Make pylint slightly happier (and code analysis easier)
author Thibaut Girka <thib@sitedethib.com>
date Mon, 31 Oct 2011 19:29:47 +0100
parents 7769ce7be03c
children
line wrap: on
line diff
--- a/pytouhou/opengl/texture.py
+++ b/pytouhou/opengl/texture.py
@@ -13,7 +13,8 @@
 ##
 
 import pyglet
-from pyglet.gl import *
+from pyglet.gl import (glTexParameteri,
+                       GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_LINEAR)
 import os