[Twisted-Python] Mail Server

Christopher Armstrong radix at twistedmatrix.com
Mon Jul 21 21:12:21 MDT 2003


On Tue, Jul 22, 2003 at 11:29:30AM +1000, Rene Dudfield wrote:
> If anyone has spare time, making the adding/removing of servers simpler 
> from code without using taps would be nice :)  Maybe a functional api 
> which matches the tap utility?

Well, there's no reason you can't do 

  from twisted.tap import web
  web.updateApplication(app, conf)

yourself. And if you don't have an actual usage.Options instance to
pass as `conf', you can probably just use a dictionary.

-- 
 Twisted | Christopher Armstrong: International Man of Twistery
  Radix  |          Release Manager,  Twisted Project
---------+     http://twistedmatrix.com/users/radix.twistd/




More information about the Twisted-Python mailing list