contexts.py 212 B

12345
  1. from warnings import warn
  2. warn('logilab.common.contexts module is deprecated, use logilab.common.shellutils instead',
  3. DeprecationWarning, stacklevel=1)
  4. from logilab.common.shellutils import tempfile, pushd