VirtualBox

Changeset 68042 in vbox for trunk/src/libs


Ignore:
Timestamp:
Jul 19, 2017 10:03:21 AM (7 years ago)
Author:
vboxsync
Message:

PyXPCOM: fix python3 syntax issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/vboxxpcom.py

    r63775 r68042  
    4040    _asNew = []
    4141    for sCandidate in _asVBoxPythons:
    42         if isdigit(sCandidate[-1:]):
     42        if sCandidate[-1:].isdigit():
    4343            _asNew.append(sCandidate + sys.abiflags)
    4444        else:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette