tests/heredoctest.py
changeset 43076 2372284d9457
parent 40318 55fd0fefbec4
child 48875 6000f5b25c9b
--- a/tests/heredoctest.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/tests/heredoctest.py	Sun Oct 06 09:45:02 2019 -0400
@@ -2,10 +2,12 @@
 
 import sys
 
+
 def flush():
     sys.stdout.flush()
     sys.stderr.flush()
 
+
 globalvars = {}
 lines = sys.stdin.readlines()
 while lines: