Skip to content

Commit ef9f99b

Browse files
committed
Python: Remove unparse.py
1 parent 599f573 commit ef9f99b

File tree

3 files changed

+0
-711
lines changed

3 files changed

+0
-711
lines changed

python/extractor/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ py_binary(
55
srcs = [
66
"make_zips.py",
77
"python_tracer.py",
8-
"unparse.py",
98
],
109
data = [
1110
"LICENSE-PSF.md",

python/extractor/licenses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
| `tsg-python/tree-sitter-python` | Y | MIT | Used in `tsg-python` to parse Python files |
77
| `tsg-python` | Y | MIT / Apache | This is our own creation, so are free to choose what license it is covered by. |
88
| `tree-sitter-graph` | N | MIT / Apache | Used in `tsg-python` to execute files written in the `tree-sitter-graph` language. |
9-
| `unparse.py` | Y | PSF | Copied and adapted from `Tools/unparse.py` from the `cpython` source code, with attribution. |
109
| `imp.py` | Y | PSF | Copied and adapted from `Lib/imp.py` from the `cpython` source code, with attribution. |
1110
| `semmle/data/*.trap` | Y | PSF | These files were derived from the C source code of the `cpython` project, and are used in our modelling of built-in objects. No attribution, currently. |
1211
| `semmle/thrift/parse.py` | Y | Apache | Includes a grammar based on https://github.com/apache/thrift/blob/master/doc/specs/idl.md, with comment stating this attribution. |

0 commit comments

Comments
 (0)