Changeset 942:26919855c6dd
- Timestamp:
- 04/28/19 17:33:32 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/common.py
r919 r942 22 22 #------------------------------------------------------------------------------- 23 23 24 # Due to CEF, PyGTK is the default 25 if "FORCE_PYGOBJECT" not in os.environ: 24 if "FORCE_PYGTK" in os.environ: 26 25 print("Using PyGTK") 27 26 pygobject = False
Note:
See TracChangeset
for help on using the changeset viewer.