diff options
| author | Emilio Jesus Gallego Arias | 2020-04-01 04:39:15 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-01 04:39:15 -0400 |
| commit | eacddd7054ddc04eafc8292ae80be84649b940d1 (patch) | |
| tree | 47ee0d7cf111a8b5063f0de6fc2ff02ec191d05c /dev | |
| parent | c2947292edebf7ef0fc044723b38e020116f65e2 (diff) | |
| parent | 8f61c2c95c0fc3172d3c6e861100420f9270a1a2 (diff) | |
Merge PR #11873: python3 script does not need to import from the future
Reviewed-by: JasonGross
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/tools/update-compat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/tools/update-compat.py b/dev/tools/update-compat.py index ddb0362186..666fb6cc91 100755 --- a/dev/tools/update-compat.py +++ b/dev/tools/update-compat.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 -from __future__ import with_statement -from __future__ import print_function import os, re, sys, subprocess from io import open |
