]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ported the editor to X. The GL version won't work.
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 21 Dec 1994 15:46:26 +0000 (15:46 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 21 Dec 1994 15:46:26 +0000 (15:46 +0000)
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".

Demo/sgi/video/VFile.py

index bb9857f048907ff7b3adc0102be3a4cb23ec70b0..d6c9fc46621afa97622e90235aeb33b010a961fc 100755 (executable)
@@ -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