dcallagh / waiverdb

Forked from waiverdb 7 years ago
Clone

f820636 Make urlparse import py2/py3 friendly.

Authored and Committed by ralph 6 years ago
    Make urlparse import py2/py3 friendly.
    
    I noticed this when trying to run the greenwave functional tests
    tonight.  greenwave tries to import both waiverdb and resultsdb to
    stand them up as text fixtures and it seems that (without this
    change) waiverdb is py3 only, while resultsdb is py2 only.
    
        
file modified
+7 -3