summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyt <syt@localhost.localdomain>2006-06-07 02:19:28 +0200
committersyt <syt@localhost.localdomain>2006-06-07 02:19:28 +0200
commit370a83fb6f9f25b44953f49058751cbf2aec75da (patch)
tree3dbe8649b54b94e2555cfc0083182a86102b21f0
parent9ed70c430111c02cf90528502f39cf6c24c4d6aa (diff)
parent4579a356ab13f23a87b1d9465a9b836bc3ba7816 (diff)
downloadlogilab-common-370a83fb6f9f25b44953f49058751cbf2aec75da.tar.gz
merge
-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.