Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open-cli
/
1725e498e49068c90ef3ef405d2f085f766dd25a
/
.
/
sdncon
/
ui
/
test.py
blob: 888d07b52c522ae51f1c362762bea751a46a7f1a [
file
] [
log
] [
blame
]
from
showswitch
import
show_switch_data
import
json
,
urllib2
def
main
():
request
=
None
print
show_switch_data
(
None
)
#url = 'http://localhost:8000/rest/v1/model/switch-alias/'
#print json.load(urllib2.urlopen(url))
if
__name__
==
"__main__"
:
main
()