mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
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".
This commit is contained in:
parent
3ff444992f
commit
31b7727bad
1 changed files with 1 additions and 1 deletions
|
@ -21,10 +21,10 @@ import sys
|
||||||
try:
|
try:
|
||||||
import gl
|
import gl
|
||||||
import GL
|
import GL
|
||||||
|
import GET
|
||||||
no_gl = 0
|
no_gl = 0
|
||||||
except ImportError:
|
except ImportError:
|
||||||
no_gl = 1
|
no_gl = 1
|
||||||
import GET
|
|
||||||
import colorsys
|
import colorsys
|
||||||
import imageop
|
import imageop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue