Ignore:
Timestamp:
03/24/19 08:15:59 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Ran 2to3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r298 r919  
    2424def setLanguage(programDirectory, language):
    2525    """Setup the internationalization support for the given language."""
    26     print "i18n.setLanguage", language
     26    print("i18n.setLanguage", language)
    2727    translation = _getTranslation(programDirectory, language)
    2828    fallback = _getFallbackFor(programDirectory, language)
Note: See TracChangeset for help on using the changeset viewer.