fix broken tests
This commit is contained in:
parent
408ac90346
commit
8af0b887ef
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ from semantic_version import Version, Spec
|
|||
from util.validation import generate_valid_usernames
|
||||
from util.registry.generatorfile import GeneratorFile
|
||||
from util.registry.dockerver import docker_version
|
||||
from util.string import slash_join
|
||||
from util import slash_join
|
||||
|
||||
class TestGeneratorFile(unittest.TestCase):
|
||||
def sample_generator(self):
|
||||
|
|
Reference in a new issue