VirtualBox

Ignore:
Timestamp:
Sep 3, 2018 9:12:30 AM (6 years ago)
Author:
vboxsync
Message:

tdMoveMedium1,tdMoveVM1: Shut up pylint warnings about importing things in 2.7.9 compatible manner.

File:
1 edited

Legend:

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

    r74030 r74031  
    4848from testdriver import vboxcon
    4949from testdriver import vboxwrappers
    50 from tdMoveMedium1 import SubTstDrvMoveMedium1
     50from tdMoveMedium1 import SubTstDrvMoveMedium1; # pylint: disable=relative-import
    5151
    5252
     
    730730if __name__ == '__main__':
    731731    sys.path.append(os.path.dirname(os.path.abspath(__file__)))
    732     from tdApi1 import tdApi1
     732    from tdApi1 import tdApi1; # pylint: disable=relative-import
    733733    sys.exit(tdApi1([SubTstDrvMoveVM1]).main(sys.argv))
    734734
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