~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/command_spawner.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-25 08:55:37 UTC
  • mfrom: (13287.1.8 bug-800652)
  • Revision ID: launchpad@pqm.canonical.com-20110625085537-moikyoo2pe98zs7r
[r=jcsackett, julian-edwards][bug=800634,
        800652] Enable and display overrides on sync package uploads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
import errno
14
14
from fcntl import (
 
15
    fcntl,
15
16
    F_GETFL,
16
17
    F_SETFL,
17
 
    fcntl,
18
18
    )
19
19
from os import O_NONBLOCK
20
20
import select