Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r585 r651  
    1818#-------------------------------------------------------------------------------
    1919
    20 if os.name=="nt" or "FORCE_PYGTK" in os.environ:
     20# Due to CEF, PyGTK is the default
     21if "FORCE_PYGOBJECT" not in os.environ:
    2122    print "Using PyGTK"
    2223    pygobject = False
Note: See TracChangeset for help on using the changeset viewer.