CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
438 stars 177 forks source link

YDK script fixes for netconf operations, also fixes installation in env with multiple python2.7 installations #75

Closed rustogi closed 7 years ago

rustogi commented 7 years ago

This fixes the generated YDK script for netconf create/get/get-config operations. Other operations such as delete/merge etc require parsing xc operations and so require a bit more work.

This also fixes installation of yang explorer in environments with multiple python2.7 installations.