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
0d75a5a4
Commit
0d75a5a4
authored
Aug 23, 2017
by
David Trudgian
Browse files
Needs six.moves.socketserver too
parent
1f476c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
clair_singularity/image.py
View file @
0d75a5a4
...
...
@@ -4,8 +4,7 @@ import tempfile
from
os
import
path
,
chdir
import
click
import
socketserver
from
six.moves
import
SimpleHTTPServer
from
six.moves
import
SimpleHTTPServer
,
socketserver
def
check_image
(
image
):
...
...
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