summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-12 09:24:38 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-12 09:24:38 -0800
commit6ac2f4426c146b4ae3930660161f61db6a662a15 (patch)
tree3eeeb9d9a64811876fec62bdc5c17248f247a744 /backend
parent2229373c28c119b5d7fdaa2b35dec5aa8f0adade (diff)
downloadstandingwithresilience-6ac2f4426c146b4ae3930660161f61db6a662a15.tar.gz
standingwithresilience-6ac2f4426c146b4ae3930660161f61db6a662a15.zip
fix to move towards python3
Diffstat (limited to 'backend')
-rwxr-xr-xbackend/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/update.py b/backend/update.py
index 0f5577a..f753bef 100755
--- a/backend/update.py
+++ b/backend/update.py
@@ -94,4 +94,4 @@ for host in hosts:
#########################################
-print "Done."
+print ("Done.")