儲存庫 vbox 的更動 65945
- 時間撮記:
- 2017-3-6 下午12:29:27 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
r65926 r65945 39 39 import sys 40 40 41 # Only the main script needs to modify the path.42 g_ksValidationKitDir = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))),43 'ValidationKit');44 sys.path.append(g_ksValidationKitDir);45 46 from common import utils; 41 ## Only the main script needs to modify the path. 42 #g_ksValidationKitDir = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), 43 # 'ValidationKit'); 44 #sys.path.append(g_ksValidationKitDir); 45 # 46 #from common import utils; - Windows build boxes doesn't have pywin32. 47 47 48 48 # Python 3 hacks:
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器