| Home | Trees | Indices | Help |
|
|---|
|
|
1 from warnings import warn
2 warn('logilab.common.contexts module is deprecated, use logilab.common.shellutils instead',
3 DeprecationWarning, stacklevel=1)
4
5 from logilab.common.shellutils import tempfile, pushd
6
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 16:06:32 2012 | http://epydoc.sourceforge.net |