diff plotss.py @ 56:91b476ebc0f2

Run through 2to3
author Daniel O'Connor <doconnor@gsoft.com.au>
date Tue, 08 Dec 2020 14:00:45 +1030
parents 3c01bd3f2786
children
line wrap: on
line diff
--- a/plotss.py	Tue Dec 08 13:59:05 2020 +1030
+++ b/plotss.py	Tue Dec 08 14:00:45 2020 +1030
@@ -32,7 +32,7 @@
     
 if __name__ == "__main__":
     if len(sys.argv) < 2:
-        print "Need at least one file to plot"
+        print("Need at least one file to plot")
         sys.exit(1)
 
     for fn in sys.argv[1:]: