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

« back to all changes in this revision

Viewing changes to twisted/internet/udp.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:
35
35
# Twisted Imports
36
36
from twisted.internet import protocol, base, defer, address
37
37
from twisted.persisted import styles
38
 
from twisted.python import log, reflect, components, failure
 
38
from twisted.python import log, reflect, failure
39
39
 
40
40
# Sibling Imports
41
41
import abstract, error, interfaces