Changeset 65945 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 6, 2017 12:29:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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:
Note:
See TracChangeset
for help on using the changeset viewer.