Changeset 129:dcca616a78ca


Ignore:
Timestamp:
04/29/12 15:49:36 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the external updater process to load the configuration so that the URL is correct

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • MLXMANIFEST

    r128 r129  
    297297library/encodings/koi8_u.pyc    2686    b7e5a52eaaaf6b340075b40dc7596f42
    298298library/atk.pyd 208384  ebe7f0929eac23a3205d17d69906e172
    299 library/mlx/update.pyc  16193   3aa71919116919bbf5888565d92abf32
     299library/mlx/update.pyc  16214   b36c195163e122e597d25e8caae9ffd5
    300300library/subprocess.pyc  38648   c9f749db06dfc9fb32079de51d6efd01
    301301library/encodings/utf_16_le.pyc 1854    dfa68705c26fd303adfc7ce3322166f2
  • src/mlx/const.py

    r125 r129  
    44
    55# The version of the program
    6 VERSION="0.02"
     6VERSION="0.03"
    77
    88#-------------------------------------------------------------------------------
  • src/mlx/update.py

    r115 r129  
    514514
    515515    config = Config()
     516    config.load()
    516517
    517518    directory = os.path.dirname(sys.argv[0])
Note: See TracChangeset for help on using the changeset viewer.