remove useless ImageGL module

This commit is contained in:
Christoph Gohlke 2013-06-30 20:39:12 -07:00
parent 1c55e01f62
commit f042fd6af3
2 changed files with 0 additions and 37 deletions

View File

@ -1,28 +0,0 @@
#
# The Python Imaging Library.
# $Id$
#
# OpenGL pixmap/texture interface (requires imToolkit OpenGL extensions)
#
# History:
# 2003-09-13 fl Added
#
# Copyright (c) Secret Labs AB 2003.
#
# See the README file for information on usage and redistribution.
#
##
# OpenGL pixmap/texture interface (requires imToolkit OpenGL
# extensions.)
##
from PIL import _imaginggl
##
# Texture factory.
class TextureFactory:
pass # overwritten by the _imaginggl module
from _imaginggl import *

View File

@ -1,9 +0,0 @@
from tester import *
from PIL import Image
try:
from PIL import ImageGL
except ImportError as v:
skip(v)
success()