61d6606 kojikamid.py: use urllib from six.moves

Authored and Committed by mikeb 4 years ago
    kojikamid.py: use urllib from six.moves
    
    kojikamid has the SCM class from daemon.py inserted into it at build time. This class
    has been converted to use urllib from six.moves (for Python 3 compatibility), rather
    than using urlparse. Update the import in kojikamid.py to be compatible with this change.
    
        
file modified
+2 -2