Changeset 96970 in vbox
- Timestamp:
- Oct 3, 2022 1:59:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r96969 r96970 266 266 pass; 267 267 268 elif sOs == 'darwin': `268 elif sOs == 'darwin': 269 269 def getMacVersionName(sVersion): 270 270 aOsVersion = sVersion.split('.') # example: ('10','15','7')
Note:
See TracChangeset
for help on using the changeset viewer.