4cd3713 kojikamid.py: use urllib from six.moves

1 file Authored by mikeb 4 years ago, Committed by tkopecek 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