Changeset 6582b36 in mainline for tools/checkers/stanse.py


Ignore:
Timestamp:
2012-04-01T07:13:03Z (13 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81475250
Parents:
d9faae91
Message:

Make some scripts work with Python 3.

Arch Linux has already switched so "python" means version 3, so these
scripts don't run otherwise. Only the simplest fixes are made. Note that
automatic int-to-long conversion has existed since at least Python 2.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/checkers/stanse.py

    rd9faae91 r6582b36  
    127127        for job in jobs:
    128128                if (not stanse(rootdir, job)):
    129                         print
     129                        print()
    130130                        print("Failed job: %s" % job)
    131131                        return
Note: See TracChangeset for help on using the changeset viewer.