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

@ -17,8 +17,8 @@ from jsonschema import validate
from data import model
from app import app, userfiles as user_files, github_trigger, get_app_url
from util.tarfileappender import TarfileAppender
from util.ssh import generate_ssh_keypair
from util.registry.tarfileappender import TarfileAppender
from util.security.ssh import generate_ssh_keypair
client = app.config['HTTPCLIENT']