40 from __future__
import print_function
45 backup_path = list(sys.path)
46 this_dir = os.path.dirname(__file__)
50 this_dir_cwd = os.getcwd()
53 sys.path = filter(
lambda a: a
not in [this_dir, this_dir_cwd], sys.path)
59 sys.path = backup_path
64 warning(
'xacro.py is deprecated; please use xacro instead')
def warning(args, kwargs)