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

@ -12,8 +12,8 @@ from endpoints.trackhelper import track_and_log
from endpoints.decorators import anon_protect
from storage import Storage
from util.queuefile import QueueFile
from util.queueprocess import QueueProcess
from util.registry.queuefile import QueueFile
from util.registry.queueprocess import QueueProcess
from formats.squashed import SquashedDockerImage
from formats.aci import ACIImage