Changeset 62113 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui
- Timestamp:
- Jul 7, 2016 3:16:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraph.py
r61220 r62113 104 104 else: 105 105 try: 106 import matplotlib; # pylint: disable=W0611,F0401 106 import matplotlib; # pylint: disable=W0611,F0401,import-error,wrong-import-order 107 107 from testmanager.webui import wuihlpgraphmatplotlib as GraphImplementation; 108 108 except:
Note:
See TracChangeset
for help on using the changeset viewer.