Lines Matching refs:os
19 import os
70 test_path = os.path.join(os.path.dirname(__file__),
143 our_dir = os.path.abspath(os.path.dirname(__file__))
147 if os.getcwd() in sys.path:
148 sys.path.remove(os.getcwd())
169 framework_dir = os.path.dirname(os.path.realpath(__file__))
171 os.path.join(framework_dir, 'acts', 'bin', 'act.py'),
172 os.path.join(framework_dir, 'acts', 'bin', 'monsoon.py')
196 if os.path.islink(act_file):
197 os.unlink(act_file)
198 elif os.path.exists(act_file):
199 os.remove(act_file)