From: Sjoerd Mullender Date: Wed, 21 Dec 1994 15:46:26 +0000 (+0000) Subject: Ported the editor to X. The GL version won't work. X-Git-Tag: v1.2b1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31b7727bad6ba50feaf597a823c41c1a923e7855;p=thirdparty%2FPython%2Fcpython.git Ported the editor to X. The GL version won't work. This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor". --- diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index bb9857f04890..d6c9fc46621a 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -21,10 +21,10 @@ import sys try: import gl import GL + import GET no_gl = 0 except ImportError: no_gl = 1 -import GET import colorsys import imageop