Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31b7727

Browse files
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".
1 parent 3ff4449 commit 31b7727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/sgi/video/VFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
try:
2222
import gl
2323
import GL
24+
import GET
2425
no_gl = 0
2526
except ImportError:
2627
no_gl = 1
27-
import GET
2828
import colorsys
2929
import imageop
3030

0 commit comments

Comments
 (0)