alter SCM.checkout() to mesh with kojikamid

This commit is contained in:
Mike McLean 2010-10-14 15:39:50 -04:00
parent b16b3304f4
commit 94ea106518
2 changed files with 38 additions and 19 deletions

View file

@ -45,8 +45,18 @@ import glob
MANAGER_PORT = 7000
KOJIKAMID = True
## INSERT kojikamid dup
class fakemodule(object):
pass
#make parts of the above insert accessible as koji.X
koji = fakemodule()
koji.GenericError = GenericError
koji.BuildError = BuildError
class WindowsBuild(object):