From 38ab63fc5191a4893f6f46d9b8b40ae988f66c88 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 31 Jul 2017 19:48:43 +0800 Subject: Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" Signed-off-by: Aaron LI --- fg21sim/configs/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'fg21sim/configs') diff --git a/fg21sim/configs/__init__.py b/fg21sim/configs/__init__.py index 7670c90..d06c12b 100644 --- a/fg21sim/configs/__init__.py +++ b/fg21sim/configs/__init__.py @@ -3,5 +3,3 @@ from .manager import ConfigManager from .checkers import check_configs - -CONFIGS = ConfigManager() -- cgit v1.2.2