diff options
Diffstat (limited to 'Lib/sre_constants.py')
-rw-r--r-- | Lib/sre_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 1863f48..94962cb 100644 --- a/Lib/sre_constants.py +++ b/Lib/sre_constants.py @@ -258,4 +258,4 @@ if __name__ == "__main__": f.write("#define SRE_INFO_CHARSET %d\n" % SRE_INFO_CHARSET) f.close() - print "done" + print("done") |