Remove PYTHON3

This commit is contained in:
rocky
2021-11-03 03:00:43 -04:00
parent f6f0e344d0
commit 8094f3bb12
9 changed files with 47 additions and 109 deletions

View File

@@ -212,10 +212,7 @@ def strip_quotes(s):
# if __name__ == '__main__':
# if PYTHON3:
# from io import StringIO
# else:
# from StringIO import StringIO
# from io import StringIO
# class PrintFake():
# def __init__(self):
# self.pending_newlines = 0