VirtualBox

Ignore:
Timestamp:
Jan 30, 2018 5:54:48 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120610
Message:

ValidationKit: make pylint happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdPython1.py

    r70812 r70813  
    208208    sys.path.append(os.path.dirname(os.path.abspath(__file__)))
    209209    from tdApi1 import tdApi1
    210     oTstDrv = tdApi1()
    211     oTstDrv.addSubTestDriver(SubTstDrvPython1(oTstDrv))
    212     sys.exit(oTstDrv.main(sys.argv))
    213 
     210    oTD = tdApi1()
     211    oTD.addSubTestDriver(SubTstDrvPython1(oTD))
     212    sys.exit(oTD.main(sys.argv))
     213
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