- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/common.py
r651 r585 18 18 #------------------------------------------------------------------------------- 19 19 20 # Due to CEF, PyGTK is the default 21 if "FORCE_PYGOBJECT" not in os.environ: 20 if os.name=="nt" or "FORCE_PYGTK" in os.environ: 22 21 print "Using PyGTK" 23 22 pygobject = False
Note:
See TracChangeset
for help on using the changeset viewer.