~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/internet/iocpreactor/process_waiter.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# Zope & Twisted imports
26
26
from zope.interface import implements
27
27
from twisted.internet import error
28
 
from twisted.python import failure, components
 
28
from twisted.python import failure
29
29
from twisted.internet.interfaces import IProcessTransport
30
30
 
31
31
# sibling imports