renamed xxxnode to xxservice

This commit is contained in:
Vishvananda Ishaya
2010-07-23 15:27:18 -07:00
parent 1775720bde
commit 385b300bc7
8 changed files with 63 additions and 167 deletions

View File

@@ -22,11 +22,11 @@
"""
from nova import twistd
from nova.network import networknode
from nova.network import networkservice
if __name__ == '__main__':
twistd.serve(__file__)
if __name__ == '__builtin__':
application = networknode.NetworkNode.create()
application = networkservice.NetworkService.create()