comparison src/twisted/plugins/libervia_server.py @ 451:1a0cec9b0f1e

better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Tue, 20 May 2014 10:54:03 +0200
parents 981ed669d3b3
children 01880aa8ea2d
comparison
equal deleted inserted replaced
450:41aae13cab2b 451:1a0cec9b0f1e
87 return Libervia(**dict(options)) # get rid of the usage.Option overload 87 return Libervia(**dict(options)) # get rid of the usage.Option overload
88 88
89 89
90 # affectation to some variable is necessary for twisted introspection to work 90 # affectation to some variable is necessary for twisted introspection to work
91 serviceMaker = LiberviaMaker() 91 serviceMaker = LiberviaMaker()
92