open() is preferred way how to open files in Python and file() is not available in Python 3. This seems to be only one Python 3 incompatibility in fedora-packager.
rebased onto b16e31143ee3da3eec58086dda049944c5172729
bump?
FWIW the change looks good to me, though It would probably be a good idea to drop fedora-hosted.py since the service is no more.
fedora-hosted.py
Pull-Request has been merged by kevin
open() is preferred way how to open files in Python and file() is not available in Python 3. This seems to be only one Python 3 incompatibility in fedora-packager.