9965e2d Stringify package name before calling pkgdb

Authored and Committed by tibbs 13 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.