common.py
Go to the documentation of this file.
00001 from __future__ import absolute_import
00002 
00003 import os
00004 import sys
00005 
00006 # to be able to run from source and access srv and other catkin generated classes in devel space
00007 print sys.path
00008 src_py_pkg = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', '..'))
00009 if os.path.exists(src_py_pkg):
00010     sys.path.append(src_py_pkg)
00011 
00012 
00013 class TestArgumentNotFound(Exception):
00014     pass


pyros_test
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:51:06