diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-22 23:53:20 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-22 23:53:20 +0800 |
commit | 4476a0ca0e22d6a35bb07da87956d21ec7c49074 (patch) | |
tree | 8bbbc491e34956c77d8a1b2f3e38c868fd4e3677 /fg21sim/configs | |
parent | fd5ae04bce31a4cb82dea8532028b6df92b3d476 (diff) | |
download | fg21sim-4476a0ca0e22d6a35bb07da87956d21ec7c49074.tar.bz2 |
Use all uppercase to identify the global CONFIGS and COSMO
Update to use the global CONFIGS and COSMO
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/__init__.py b/fg21sim/configs/__init__.py index 306b0d5..7670c90 100644 --- a/fg21sim/configs/__init__.py +++ b/fg21sim/configs/__init__.py @@ -1,7 +1,7 @@ -# Copyright (c) 2016 Weitian LI <liweitianux@live.com> +# Copyright (c) 2016-2017 Weitian LI <weitian@aaronly.me> # MIT license from .manager import ConfigManager from .checkers import check_configs -configs = ConfigManager() +CONFIGS = ConfigManager() |