mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Tests/Server: import print_function from the future
This makes the output much more readable. Suggested-by: Matt Soucy
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import sys, subprocess, json
|
||||
|
||||
termwidth = 150
|
||||
@@ -13,8 +14,8 @@ def ordered(obj):
|
||||
return obj
|
||||
|
||||
def col_print(title, array):
|
||||
print
|
||||
print
|
||||
print()
|
||||
print()
|
||||
print(title)
|
||||
|
||||
indentwidth = 4
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import sys, cmakelib, json, os, shutil
|
||||
|
||||
debug = True
|
||||
|
||||
Reference in New Issue
Block a user