diff options
author | Aurelien Campeas <aurelien.campeas@logilab.fr> | 2008-09-02 10:52:38 +0200 |
---|---|---|
committer | Aurelien Campeas <aurelien.campeas@logilab.fr> | 2008-09-02 10:52:38 +0200 |
commit | 6a095482bf00005424a654d8fd3e35da4f17a08d (patch) | |
tree | afb8a5959f2535d74446544442d04e49086b1d37 /README | |
parent | ee7381d202fa4eb3da293c625479b3ae5712e13b (diff) | |
download | logilab-common-6a095482bf00005424a654d8fd3e35da4f17a08d.tar.gz |
* update README
* make the test python < 2.5 -proof
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |