diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 18:27:34 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 18:27:34 -0400 |
commit | 676a72be33700a3df9f4930b7b080b800a93b011 (patch) | |
tree | eeb73490e177be33ff1741b4ae6afcad190ff8ad /Lib/test/test_codecmaps_hk.py | |
parent | a6101cb3d1d6ebffa18cf7a784bdcaf98ee840d9 (diff) | |
parent | a8ebdf3fd2c681864e0b6b0c6c4364cf6242904d (diff) | |
download | cpython-676a72be33700a3df9f4930b7b080b800a93b011.tar.gz |
Merge #11401 fix from 3.1.
Diffstat (limited to 'Lib/test/test_codecmaps_hk.py')
-rw-r--r-- | Lib/test/test_codecmaps_hk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_codecmaps_hk.py b/Lib/test/test_codecmaps_hk.py index ddb1208b3d..bbe1f2f905 100644 --- a/Lib/test/test_codecmaps_hk.py +++ b/Lib/test/test_codecmaps_hk.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # test_codecmaps_hk.py # Codec mapping tests for HongKong encodings |