(instring)
| 203 | return os.path.abspath(os.path.join(*((os.path.dirname(__file__),) + args))) |
| 204 | |
| 205 | def debug(instring): |
| 206 | if _DEBUG: |
| 207 | print(' DEBUG: ' + instring) |
| 208 | |
| 209 | |
| 210 | def configuration(): |
no outgoing calls
no test coverage detected
searching dependent graphs…