vbox的更動 62113 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2016-7-7 下午03:16:25 (8 年 以前)
- 位置:
- trunk/src/VBox/ValidationKit/testmanager
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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:
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器