예제 #1
0
파일: plugin.py 프로젝트: lmaycotte/quark
 def update_network(self, context, id, network):
     return networks.update_network(context, id, network)
예제 #2
0
파일: plugin.py 프로젝트: thomasem/quark
 def update_network(self, context, id, network):
     return networks.update_network(context, id, network)