- Timestamp:
- Jul 7, 2016 3:16:25 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108597
- Location:
- trunk/src/VBox/ValidationKit/testmanager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r62089 r62113 43 43 import StringIO; 44 44 from optparse import OptionParser; 45 from PIL import Image; 45 from PIL import Image; # pylint: disable=import-error 46 46 47 47 # Add Test Manager's modules path -
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.