Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
clair-singularity
Commits
ea4e63d6
Commit
ea4e63d6
authored
Aug 24, 2017
by
David Trudgian
Browse files
Rel import, missing import
parent
2fe74ff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
clair_singularity/clair.py
View file @
ea4e63d6
...
...
@@ -2,7 +2,7 @@ from __future__ import print_function
import
requests
import
sys
from
util
import
pretty_json
,
err_and_exit
from
.
util
import
pretty_json
,
err_and_exit
def
check_clair
(
API_URI
,
quiet
):
...
...
tests/test_image.py
View file @
ea4e63d6
...
...
@@ -7,7 +7,7 @@ import pytest
import
requests
from
clair_singularity.image
import
image_to_tgz
,
check_image
,
http_server
from
clair_singularity.util
import
sha256
,
err_and_exit
from
clair_singularity.util
import
sha256
,
err_and_exit
,
wait_net_service
@
pytest
.
fixture
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment