Changeset 942:26919855c6dd for src


Ignore:
Timestamp:
04/28/19 17:33:32 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

PyGObject is the default (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r919 r942  
    2222#-------------------------------------------------------------------------------
    2323
    24 # Due to CEF, PyGTK is the default
    25 if "FORCE_PYGOBJECT" not in os.environ:
     24if "FORCE_PYGTK" in os.environ:
    2625    print("Using PyGTK")
    2726    pygobject = False
Note: See TracChangeset for help on using the changeset viewer.