From 4d6b2982a46f64915c7a59a70ce772ede958f1ab Mon Sep 17 00:00:00 2001 From: Bryan Kowal Date: Wed, 10 Jun 2015 12:28:34 -0500 Subject: [PATCH] Omaha #4433 - import sys. Former-commit-id: 17b2e2fc2a813fe3527906b9a0cd77dcfe7d5ae1 --- .../utility/common_static/base/python/PythonOverrider.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverrider.py b/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverrider.py index 8f236cb5e0..3603a25da3 100644 --- a/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverrider.py +++ b/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverrider.py @@ -40,6 +40,7 @@ # import os.path +import sys JEP_AVAILABLE = sys.modules.has_key('jep')