File: contexts.py

package info (click to toggle)
logilab-common 0.58.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,132 kB
  • sloc: python: 11,407; makefile: 57; sh: 11
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (13)
1
2
3
4
5
from warnings import warn
warn('logilab.common.contexts module is deprecated, use logilab.common.shellutils instead',
     DeprecationWarning, stacklevel=1)

from logilab.common.shellutils import tempfile, pushd