From 9574b205dfe54821b80adeb4b71c82ed284497db Mon Sep 17 00:00:00 2001 From: Alistair Bush Date: Thu, 20 Sep 2007 09:24:16 +0000 Subject: Force EnvironmentManager to load the active vm whe initalised. Required as Virtuals need this information. svn path=/projects/java-config-2/branches/virtuals-support/; revision=5400 --- src/java_config/EnvironmentManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java_config/EnvironmentManager.py b/src/java_config/EnvironmentManager.py index 556c21f..7a4d1dd 100644 --- a/src/java_config/EnvironmentManager.py +++ b/src/java_config/EnvironmentManager.py @@ -32,6 +32,7 @@ class EnvironmentManager: system_config_path="/etc/java-config-2/" def __init__(self): + self.load_active_vm() pass def __call__(self): -- cgit v1.2.3-18-g5258