b3be13f Replace unicodecsv with standard csv library

Authored and Committed by bcotton a year ago
    Replace unicodecsv with standard csv library
    
    unicodecsv is dead upstream and is dropped from F37 onward. Python 3's standard CSV library handles unicode anyway, so let's just use that.
    
    Fixes #2
    
        
file modified
+2 -2
file modified
+1 -2