Refactor the util directory to use subpackages.

This commit is contained in:
Jake Moshenko 2015-08-03 15:49:10 -04:00
parent 974ccaa2e7
commit 18100be481
46 changed files with 36 additions and 39 deletions

View file

@ -1,5 +1,5 @@
from buildman.enums import BuildJobResult
from util.cloudwatch import get_queue
from util.saas.cloudwatch import get_queue
class BuildReporter(object):