Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rd3c1c6a r8bdc1c36  
     1from __future__ import print_function
     2
    13import os
    24import sys
    3 from . import tools
     5import tools
    46
    57try :
     
    110112        global install
    111113        global timeout
    112         global width
    113114
    114115        dry_run    = options.dry_run
     
    119120        arch       = Architecture(options.arch)
    120121        timeout    = Timeouts(options.timeout, options.global_timeout)
    121         width      = 24
    122122
    123123
     
    139139
    140140        tools.rm(errf)
    141 
    142 def prep_output(tests):
    143         global width
    144         width = max(map(lambda t: len(t.target()), tests))
Note: See TracChangeset for help on using the changeset viewer.