X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/5f116cdd16e6802a054c30754cc8ddcd5b5bda48..0bbff2bb70aef3a6713d2cdbbf18bea3a108b497:/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: