source:
src/mlx/config.py@
39:9d04ac37db89
Last change on this file since 39:9d04ac37db89 was 36:f79362793664, checked in by , 13 years ago | |
---|---|
File size: 452 bytes |
Line | |
---|---|
1 | # Configuration and related stuff |
2 | |
3 | #------------------------------------------------------------------------------- |
4 | |
5 | class 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.