Ignore:
Timestamp:
03/24/19 08:15:59 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Ran 2to3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r800 r919  
    2424# Due to CEF, PyGTK is the default
    2525if "FORCE_PYGOBJECT" not in os.environ:
    26     print "Using PyGTK"
     26    print("Using PyGTK")
    2727    pygobject = False
    2828    import gobject
    2929else:
    30     print "Using PyGObject"
     30    print("Using PyGObject")
    3131    pygobject = True
    3232
Note: See TracChangeset for help on using the changeset viewer.