instance runs

This commit is contained in:
Vishvananda Ishaya
2010-08-30 00:55:19 -07:00
parent ad7b34ecb3
commit f1c8df8d6f
4 changed files with 50 additions and 41 deletions

View File

@@ -33,5 +33,4 @@ if __name__ == '__main__':
twistd.serve(__file__)
if __name__ == '__builtin__':
# pylint: disable-msg=C0103
application = service.type_to_class(FLAGS.network_type).create()
application = service.NetworkService.create() # pylint: disable-msg=C0103