another modification of ros

This commit is contained in:
Lukas Bulwahn 2012-12-12 16:14:56 +01:00
parent ca8a7c2727
commit 3d8b6553bf
1 changed files with 1 additions and 1 deletions

View File

@ -32,9 +32,9 @@ import sys; sys.__plen = len(sys.path)
./rospkg-1.0.15-py2.7.egg
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)
EOF
}
inherit cmake pythonnative