VirtualBox

儲存庫 vbox 的更動 65945


忽略:
時間撮記:
2017-3-6 下午12:29:27 (8 年 以前)
作者:
vboxsync
訊息:

IEMAllInstructionsPython.py: Don't use common/utils.py because our build environment doesn't have pywin32 installed.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py

    r65926 r65945  
    3939import sys
    4040
    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.
    4747
    4848# Python 3 hacks:
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette