X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/f3b921a58cb66fe5f851c1ecce1a566919ea1ce8..d2710514cf299b6d1f1261054442e043aeda201c:/bin/repo_check.py diff --git a/bin/repo_check.py b/bin/repo_check.py index 2c84e54..fd04ce9 100755 --- a/bin/repo_check.py +++ b/bin/repo_check.py @@ -4,6 +4,7 @@ Check repository settings. """ +from __future__ import print_function import sys import os from subprocess import Popen, PIPE @@ -11,7 +12,6 @@ import re from optparse import OptionParser from util import Reporter, load_yaml, require -from __future__ import print_function # Import this way to produce a more useful error message. try: