VirtualBox

Ignore:
Timestamp:
Jan 21, 2018 4:18:58 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: Python 3 and pylint 1.8.1 adjustments/fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testresultfailures.py

    r69111 r70660  
    3131"""
    3232__version__ = "$Revision$"
     33
    3334# Standard python imports.
     35import sys;
    3436import unittest;
    3537
     
    4042from testmanager.core.useraccount   import UserAccountLogic;
    4143
     44# Python 3 hacks:
     45if sys.version_info[0] >= 3:
     46    xrange = range; # pylint: disable=redefined-builtin,invalid-name
    4247
    4348
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