Changeset 70521 in vbox for trunk/src/VBox/ValidationKit/testdriver/base.py
- Timestamp:
- Jan 10, 2018 3:49:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r70517 r70521 58 58 except: __file__ = sys.argv[0]; 59 59 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))); 60 61 # Python 3 hacks: 62 if sys.version_info[0] >= 3: 63 long = int; # pylint: disable=redefined-builtin,invalid-name 60 64 61 65
Note:
See TracChangeset
for help on using the changeset viewer.