No Bug - comment fix. r=nthomas
No Bug - comment fix. r=nthomas
--- a/mozilla/thunderbird_config.py
+++ b/mozilla/thunderbird_config.py
@@ -1,17 +1,17 @@
from copy import deepcopy
from config import GLOBAL_VARS, PLATFORM_VARS
import thunderbird_project_branches
reload(thunderbird_project_branches)
from thunderbird_project_branches import PROJECT_BRANCHES, ACTIVE_PROJECT_BRANCHES
-# Note that thunderbird_localconfig.py is symlinked to one of: {production,staging}_thunderbird_config.py
+# Note that thunderbird_localconfig.py is symlinked to one of: thunderbird_{production,staging}_config.py
import thunderbird_localconfig
reload(thunderbird_localconfig)
# Can't reload this one because it gets reloaded in another file
from localconfig import SLAVES, TRY_SLAVES
import master_common
reload(master_common)