Changeset 68042 in vbox for trunk/src/libs
- Timestamp:
- Jul 19, 2017 10:03:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/vboxxpcom.py
r63775 r68042 40 40 _asNew = [] 41 41 for sCandidate in _asVBoxPythons: 42 if isdigit(sCandidate[-1:]):42 if sCandidate[-1:].isdigit(): 43 43 _asNew.append(sCandidate + sys.abiflags) 44 44 else:
Note:
See TracChangeset
for help on using the changeset viewer.