bc2e90c Stringify package name before calling pkgdb

1 file Authored by tibbs 10 years ago, Committed by ausil 10 years ago,
    Stringify package name before calling pkgdb
    
    If python-bugzilla hands us back unicode, we'll have the package name in
    a unicode string (even though it will only ever have ascii characters).
    Passing this to python-fedora causes pycurl to blow
    up.