Changeset 72738 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
- Timestamp:
- Jun 29, 2018 7:07:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r72737 r72738 202 202 203 203 if __name__ == '__main__': 204 sys.path.append(os.path.dirname(os.path.abspath(__file__))) 205 from tdApi1 import tdApi1 204 from tests.api.tdApi1 import tdApi1 206 205 sys.exit(tdApi1([SubTstDrvAppliance1]).main(sys.argv)) 207 206
Note:
See TracChangeset
for help on using the changeset viewer.