(p)
| 187 | sys.stdout.write("py_test_accept_filter: %s\n" % (py_test_accept_filter,)) |
| 188 | |
| 189 | def dotted(p): |
| 190 | # Helper to convert path to have dots instead of slashes |
| 191 | return os.path.normpath(p).replace(os.sep, "/").replace("/", ".") |
| 192 | |
| 193 | curr_dir = os.path.realpath(".") |
| 194 | curr_dotted = dotted(curr_dir) + "." |