## Script (Python) "getObjectPath"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=path
##title=
##
from string import join

return join(path[1:], '/')
