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

« back to all changes in this revision

Viewing changes to twisted/scripts/mktap.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-22 22:52:47 UTC
  • Revision ID: james.westby@ubuntu.com-20060222225247-0mjb8ij9473m5zse
Tags: 2.2.0-1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
from twisted.application import service, compat, app
10
10
from twisted.persisted import sob
11
 
from twisted.python import log, usage, util, plugin as oldplugin
 
11
from twisted.python import usage, util, plugin as oldplugin
12
12
from twisted import plugin as newplugin
13
13
 
14
14
class IServiceMaker(Interface):