Clean the Dynamips client implementation (still some to do).

Add support for more NIOs on for non-router devices.
Improve the node configurator for group settings.
Delete extra resources file.
This commit is contained in:
grossmj
2014-02-05 15:56:51 -07:00
parent 3476f834de
commit c9f309b680
21 changed files with 568 additions and 238669 deletions

View File

@@ -52,7 +52,8 @@ def recursive(function, path):
if __name__ == '__main__':
cwd = os.path.dirname(os.path.abspath(__file__))
ui_path = os.path.abspath(os.path.join(cwd, "../gns3/"))
recursive(build_ui, ui_path)
gns3_path = os.path.abspath(os.path.join(cwd, "../gns3/"))
ui_path = os.path.abspath(os.path.join(cwd, "../gns3/ui"))
recursive(build_ui, gns3_path)
rcc_path = os.path.abspath(os.path.join(cwd, "../resources"))
build_resources(rcc_path, ui_path)