summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2006-05-31 09:03:32 +0200
committerDavid Douard <david.douard@logilab.fr>2006-05-31 09:03:32 +0200
commit4579a356ab13f23a87b1d9465a9b836bc3ba7816 (patch)
tree822d290f093548e2e3942b4c78c7be26e062e70c
parent28e86cd38b358db89a452315732f285d129dbf3f (diff)
downloadlogilab-common-4579a356ab13f23a87b1d9465a9b836bc3ba7816.tar.gz
Removed ref to astng
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index de5b7dc..aa35d2a 100644
--- a/README
+++ b/README
@@ -33,10 +33,6 @@ Here is a brief description of the available modules :
* astutils:
Some utilities function to manipulate Python's AST.
-* astng :
- Python Abstract Syntax Tree New Generation. Provides an higher
- level representation of ast objects.
-
* bind.py :
Provides a way to optimize globals in certain functions by binding
their names to values provided in a dictionnary.