Code changes for Python 3 support

This commit is contained in:
Yash Nanavati
2018-03-01 13:32:16 -05:00
parent 680da620d7
commit ed25afd9ec
13 changed files with 71 additions and 40 deletions

View File

@@ -495,6 +495,9 @@ class MockModuleBuilder(GenericBuilder):
def list_tasks_for_components(self, component_builds=None, state='active'):
pass
def repo_from_tag(cls, config, tag_name, arch):
pass
class BaseBuilder(object):
def __init__(self, config, resultsdir):