VirtualBox

Changeset 65945 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 6, 2017 12:29:27 PM (8 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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:
Note: See TracChangeset for help on using the changeset viewer.

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