From 18d1b05431c0338d0bcb685e18f4d4d5120fc266 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 23 Oct 2012 09:37:55 -0700 Subject: fix bad merge --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 291317f..12848ac 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -111,7 +111,7 @@ if options.verbose: try: run(args) except: - print 'Failure running:', args + print('Failure running:', args) raise verbose = [] -- cgit v0.12