VirtualBox

Ignore:
Timestamp:
Mar 6, 2017 11:22:29 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113760
Message:

bs3-cpu-generated-1-data.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/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py

    r65926 r65942  
    4141g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)));
    4242g_ksVmmAllDir = os.path.join(os.path.dirname(g_ksValidationKitDir), 'VMM', 'VMMAll')
    43 sys.path.extend([g_ksValidationKitDir, g_ksVmmAllDir]);
    44 
    45 from common import utils;
     43sys.path.append(g_ksVmmAllDir);
     44
    4645import IEMAllInstructionsPython as iai;
    4746
Note: See TracChangeset for help on using the changeset viewer.

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