On 5/13/11 8:32 AM, Phillip T. George wrote: > 1. Install pungi via yum > 2. mv/usr/lib/python2.7/site-packages/pypungi/__init__.pyo > /usr/lib/python2.7/site-packages/pypungi/__init__.pyo.orig > 3. mv/usr/lib/python2.7/site-packages/pypungi/__init__.pyc > /usr/lib/python2.7/site-packages/pypungi/__init__.pyc.orig
It should not be necessary to move the .pyo and .pyc files. Python itself will notice that the .py file modification time is newer than the byte compiled files and use it instead. > 4. Edit/usr/lib/python2.7/site-packages/pypungi/__init__.py and just -- Jesse Keating RHCE (http://jkeating.livejournal.com) Fedora Project (http://fedoraproject.org/wiki/JesseKeating) GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub) identi.ca (http://identi.ca/jkeating) -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
