mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
remove useless ImageGL module
This commit is contained in:
parent
1c55e01f62
commit
f042fd6af3
|
@ -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 *
|
|
@ -1,9 +0,0 @@
|
|||
from tester import *
|
||||
|
||||
from PIL import Image
|
||||
try:
|
||||
from PIL import ImageGL
|
||||
except ImportError as v:
|
||||
skip(v)
|
||||
|
||||
success()
|
Loading…
Reference in New Issue
Block a user