Changeset 54939 in vbox for trunk/src/VBox
- Timestamp:
- Mar 25, 2015 1:11:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdTreeDepth1.py
r54938 r54939 34 34 import os 35 35 import sys 36 import time37 import threading38 import types39 36 40 37 # Only the main script needs to modify the path. … … 46 43 # Validation Kit imports. 47 44 from testdriver import reporter 48 from testdriver import base49 45 from testdriver import vbox 50 46 from testdriver import vboxcon
Note:
See TracChangeset
for help on using the changeset viewer.