summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release.py b/release.py
index 9ac18d24..0444983e 100644
--- a/release.py
+++ b/release.py
@@ -36,11 +36,11 @@ def run_step(*args):
global DRY_RUN
cmd = args
- print (" ".join(cmd))
+ print(" ".join(cmd))
if skip_step():
- print ("--- Skipping...")
+ print("--- Skipping...")
elif DRY_RUN:
- print ("--- Pretending to run...")
+ print("--- Pretending to run...")
else:
subprocess.check_output(cmd)
@@ -99,7 +99,7 @@ if __name__ == "__main__":
checklist(checks)
ver = version("pgcli/__init__.py")
- print ("Releasing Version:", ver)
+ print("Releasing Version:", ver)
parser = OptionParser()
parser.add_option(