VirtualBox

Changeset 47983 in vbox


Ignore:
Timestamp:
Aug 22, 2013 8:49:41 AM (11 years ago)
Author:
vboxsync
Message:

copy&paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r47981 r47983  
    738738
    739739    def errIsDeadInterface(self, oXcpt):
    740         import winerror;
    741740        return self.errGetStatus(oXcpt) in [
    742741            0x80004004, -2147467260, # NS_ERROR_ABORT
     
    759758
    760759    def errSetupConstants(self, oDst):
    761         import winerror;
    762760        oDst = self.errCopyErrorConstants(oDst, winerror);
    763761
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