Option to use default IOU RAM & NVRAM values. Avoid to silently not

display exceptions before the GUI has started.
This commit is contained in:
grossmj
2014-05-07 15:54:08 -06:00
parent 9f11d9eac5
commit ddfdfb3d04
12 changed files with 568 additions and 382 deletions

View File

@@ -51,6 +51,10 @@ def recursive(function, path):
if __name__ == '__main__':
if not PYUIC4 or not PYRCC4:
raise RuntimeError("pyuic4 or pyrcc4 could't be found, please install PyQt4 development tools")
cwd = os.path.dirname(os.path.abspath(__file__))
gns3_path = os.path.abspath(os.path.join(cwd, "../gns3/"))
ui_path = os.path.abspath(os.path.join(cwd, "../gns3/ui"))