aboutsummaryrefslogtreecommitdiff
path: root/python/python-gast/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-gast/README')
-rw-r--r--python/python-gast/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-gast/README b/python/python-gast/README
deleted file mode 100644
index 0117896980..0000000000
--- a/python/python-gast/README
+++ /dev/null
@@ -1,3 +0,0 @@
-GAST provides a compatibility layer between the AST
-(Abstract Syntax Tree) of various Python versions, as produced by
-ast.parse from the standard ast module.