Changeset 77777 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
- Timestamp:
- Mar 19, 2019 10:00:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r76553 r77777 202 202 203 203 if __name__ == '__main__': 204 sys.path.append(os.path.dirname(os.path.abspath(__file__))) 204 205 from tests.api.tdApi1 import tdApi1; 205 206 sys.exit(tdApi1([SubTstDrvAppliance1]).main(sys.argv));
Note:
See TracChangeset
for help on using the changeset viewer.