Blame SOURCES/README.Fedora

cb630b
cb630b
To use version 1.2.1 of python WebOB it is nescesary
cb630b
to explicitly load it so as not to get the system version
cb630b
of WebOb. 
cb630b
cb630b
Manually modifying sys.path is an easy and reliable way
cb630b
to use this module.
cb630b
cb630b
>>> import sys
cb630b
>>> sys.path.insert(0, '/usr/lib/python2.7/site-packages/WebOb-1.2.1-py2.7.egg')
cb630b
>>> import webob
cb630b