File: __init__.py

package info (click to toggle)
python-plumbum 1.4.2-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 348 kB
  • sloc: python: 3,452; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
from plumbum.commands.base import shquote, shquote_list, BaseCommand, ERROUT, ConcreteCommand
from plumbum.commands.modifiers import ExecutionModifier, Future, FG, BG
from plumbum.commands.processes import run_proc
from plumbum.commands.processes import ProcessExecutionError, ProcessTimedOut, CommandNotFound