python27: use absolute path to dtrace(8)
[unleashed-userland.git] / components / python / python27 / patches / 03-vendor-packages.patch
blob9f4bbd3709a4a37ae5683400f4a90884f7e07872
1 diff --git Python-2.7.1/Lib/site-packages/vendor-packages.pth Python2.7.1/Lib/site-packages/vendor-packages.pth
2 --- /dev/null Sat Feb 12 00:21:26 2011
3 +++ Python-2.7.1/Lib/site-packages/vendor-packages.pth Sat Feb 12 00:47:05 2011
4 @@ -0,0 +1,1 @@
5 +import site; site.addsitedir('/usr/lib/python2.7/vendor-packages')