diff --git a/vm/kojikamid.py b/vm/kojikamid.py index d9620505..6a41aa5c 100755 --- a/vm/kojikamid.py +++ b/vm/kojikamid.py @@ -34,6 +34,9 @@ import subprocess import sys import tempfile import time +# urlparse is required by the SCM class which is substituted into this file +# do not remove the import below +import urlparse import six.moves.xmlrpc_client import base64 import hashlib