Refactor the util directory to use subpackages.
This commit is contained in:
parent
974ccaa2e7
commit
18100be481
46 changed files with 36 additions and 39 deletions
|
@ -1,7 +1,7 @@
|
|||
""" Swift storage driver. Based on: github.com/bacongobbler/docker-registry-driver-swift/ """
|
||||
from swiftclient.client import Connection, ClientException
|
||||
from storage.basestorage import BaseStorage
|
||||
from util.generatorfile import GeneratorFile
|
||||
from util.registry.generatorfile import GeneratorFile
|
||||
|
||||
from random import SystemRandom
|
||||
import string
|
||||
|
|
Reference in a new issue