diff --git a/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverriderPure.py b/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverriderPure.py index a736946edb..7d80ed3c82 100644 --- a/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverriderPure.py +++ b/edexOsgi/com.raytheon.uf.common.localization.python/utility/common_static/base/python/PythonOverriderPure.py @@ -30,6 +30,7 @@ # ------------ ---------- ----------- -------------------------- # 03/12/13 bkowal Initial Creation. # 02/17/14 2712 bkowal Provide a default value for localization site. +# 03/19/14 2929 bkowal 'REGION' is now recognized as a valid localization level. # # # @@ -47,7 +48,7 @@ from dynamicserialize.dstypes.com.raytheon.uf.common.localization import Localiz from dynamicserialize.dstypes.com.raytheon.uf.common.localization.stream import LocalizationStreamGetRequest BUFFER_SIZE = 512 * 1024 -availableLevels = ['BASE', 'CONFIGURED', 'SITE', 'USER'] +availableLevels = ['BASE', 'REGION', 'CONFIGURED', 'SITE', 'USER'] def importModule(name, localizationHost, localizationPort, localizedSite=None, localizationUser=None, loctype='COMMON_STATIC', level=None):