Bug 1110286 - Add missing 'items_at_least' from b2g_config. r=bustage
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -8,17 +8,17 @@ from b2g_project_branches import PROJECT
# Note that b2g_localconfig.py is symlinked to one of:
# {production,staging,preproduction}_b2g_config.py
import b2g_localconfig
reload(b2g_localconfig)
import master_common
reload(master_common)
-from master_common import items_before, setMainFirefoxVersions
+from master_common import items_before, setMainFirefoxVersions, items_at_least
GLOBAL_VARS = deepcopy(GLOBAL_VARS)
PLATFORM_VARS = deepcopy(PLATFORM_VARS)
GLOBAL_VARS.update(b2g_localconfig.GLOBAL_VARS.copy())
GLOBAL_VARS.update({
'platforms': {