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/batch/del_build.py

    r69111 r70660  
    88deleted.
    99"""
     10
     11from __future__ import print_function;
    1012
    1113__copyright__ = \
     
    3537import sys
    3638import os
    37 from optparse import OptionParser
     39from optparse import OptionParser;  # pylint: disable=deprecated-module
    3840
    3941# Add Test Manager's modules path
     
    7476        else:
    7577            if not oConfig.fQuiet:
    76                 print "del_build.py: Marked %u builds associated with '%s' as deleted." % (cBuilds, sBuildBin,);
     78                print("del_build.py: Marked %u builds associated with '%s' as deleted." % (cBuilds, sBuildBin,));
    7779
    7880    oDb.close()
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