コード例 #1
0
ファイル: __init__.py プロジェクト: trmiller/buildbot
def patch_gatherResults():
    if twisted.version < versions.Version('twisted', 11, 1, 0):
        from buildbot.monkeypatches import gatherResults
        gatherResults.patch()
コード例 #2
0
ファイル: __init__.py プロジェクト: Acidburn0zzz/buildbot
def patch_gatherResults():
    if twisted.version < versions.Version('twisted', 11, 1, 0):
        from buildbot.monkeypatches import gatherResults
        gatherResults.patch()