| Index: third_party/buildbot_8_4p1/buildbot/config.py
|
| diff --git a/third_party/buildbot_8_4p1/buildbot/config.py b/third_party/buildbot_8_4p1/buildbot/config.py
|
| index a6410309fd47f5277084fc9a678c65baf9e5293d..6838eec6a8d55eb2768171547feda5e7551ddb5b 100644
|
| --- a/third_party/buildbot_8_4p1/buildbot/config.py
|
| +++ b/third_party/buildbot_8_4p1/buildbot/config.py
|
| @@ -22,6 +22,7 @@ class MasterConfig(object):
|
| available at C{master.config}.
|
|
|
| @ivar changeHorizon: the current change horizon
|
| + @ivar validation: regexes for preventing invalid inputs
|
| """
|
|
|
| changeHorizon = None
|
|
|