| Index: chrome/common/extensions/docs/server2/test_branch_utility.py
|
| diff --git a/chrome/common/extensions/docs/server2/test_branch_utility.py b/chrome/common/extensions/docs/server2/test_branch_utility.py
|
| index da91f492dd60c9093fac283d7c2bdb371fd94667..d9c36c78a3ad75f1efb9a6a946476591db0100c6 100644
|
| --- a/chrome/common/extensions/docs/server2/test_branch_utility.py
|
| +++ b/chrome/common/extensions/docs/server2/test_branch_utility.py
|
| @@ -27,7 +27,7 @@ class TestBranchUtility(object):
|
|
|
| def GetAllChannelInfo(self):
|
| return tuple(self.GetChannelInfo(channel)
|
| - for channel in BranchUtility.GetAllChannelNames())
|
| + for channel in BranchUtility.GetAllChannelNames())
|
|
|
| def GetChannelInfo(self, channel):
|
| version = self._channels[channel]
|
|
|