VirtualBox

Changeset 59805 in vbox for trunk/src/libs


Ignore:
Timestamp:
Feb 24, 2016 8:20:59 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105687
Message:

python/client/init.py: Corrected typo or something (iid_name -> iid.name).

File:
1 edited

Legend:

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

    r59802 r59805  
    328328    def QueryInterface(self, iid):
    329329        if iid in self._interfaces_:
    330             assert iid_name in self._interface_names_, "_interfaces_ has the key, but _interface_names_ does not!"
     330            assert iid.name in self._interface_names_, "_interfaces_ has the key, but _interface_names_ does not!"
    331331            return self
    332332        # Haven't seen this before - do a real QI.
Note: See TracChangeset for help on using the changeset viewer.

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