Changeset 129:dcca616a78ca for src


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

Location:
src/mlx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.