Bug 1110286 - Add missing 'items_at_least' from b2g_config. r=bustage
authorArmen Zambrano Gasparnian <armenzg@mozilla.com>
Wed, 04 Feb 2015 09:46:22 -0500 (2015-02-04)
changeset 11754 f2cb09388f8da0376ffb54e9c72a989e5e73093e
parent 11753 91551d8d65d90632f4f51965135320a4e5e89389
child 11755 673c56fcf76663b7755fca52400ddd68f9985b81
push id8546
push userarmenzg@mozilla.com
push dateWed, 04 Feb 2015 14:46:38 +0000 (2015-02-04)
reviewersbustage
bugs1110286
Bug 1110286 - Add missing 'items_at_least' from b2g_config. r=bustage
mozilla/b2g_config.py
--- 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': {