Changeset 651:b4db6e38de49
- Timestamp:
- 06/28/15 12:12:00 (9 years ago)
- Branch:
- cef
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/common.py
r585 r651 18 18 #------------------------------------------------------------------------------- 19 19 20 if os.name=="nt" or "FORCE_PYGTK" in os.environ: 20 # Due to CEF, PyGTK is the default 21 if "FORCE_PYGOBJECT" not in os.environ: 21 22 print "Using PyGTK" 22 23 pygobject = False
Note:
See TracChangeset
for help on using the changeset viewer.