(msg)
| 81 | # ----------------------------------------------------------------------------- |
| 82 | |
| 83 | def log(msg): |
| 84 | print("[make-deb.py] %s" % msg) |
| 85 | |
| 86 | def replace_in_file(f_path, s_what, s_with): |
| 87 | contents = "" |
no outgoing calls
no test coverage detected