source: src/mlx/config.py@ 36:f79362793664

Last change on this file since 36:f79362793664 was 36:f79362793664, checked in by István Váradi <ivaradi@…>, 12 years ago

Update seems to work

File size: 452 bytes
Line 
1# Configuration and related stuff
2
3#-------------------------------------------------------------------------------
4
5class Config(object):
6 """Our configuration."""
7 def __init__(self):
8 """Construct the configuration with default values."""
9 self.autoUpdate = True
10
11 self.updateURL = \
12 "http://mlx.varadiistvan.hu/update"
13
14#-------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.