summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAurelien Campeas <aurelien.campeas@logilab.fr>2008-09-02 10:52:38 +0200
committerAurelien Campeas <aurelien.campeas@logilab.fr>2008-09-02 10:52:38 +0200
commit6a095482bf00005424a654d8fd3e35da4f17a08d (patch)
treeafb8a5959f2535d74446544442d04e49086b1d37 /README
parentee7381d202fa4eb3da293c625479b3ae5712e13b (diff)
downloadlogilab-common-6a095482bf00005424a654d8fd3e35da4f17a08d.tar.gz
* update README
* make the test python < 2.5 -proof
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 9a896f4..5f56c34 100644
--- a/README
+++ b/README
@@ -60,6 +60,9 @@ Here is a brief description of the available modules :
Two mix-in classes to handle configuration from both command line
(using optik/optparse) and configuration file.
+* context.py :
+ One context manager (python 2.5+) to handle temporary directories.
+
* corbautils.py:
Usefull functions for use with the OmniORB CORBA library.