diff options
| author | Tom Ritter <tom@ritter.vg> | 2020-09-07 23:54:47 -0400 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2020-09-07 23:54:47 -0400 |
| commit | 7deaed5205d0db6139f1c5e1f7c2b72181b1a208 (patch) | |
| tree | a9f11fe72bf4b20d787bd90bbcb7a78902dac1ae /samplejobs/MetricsChecker.py | |
| parent | 4671e0dec5eab28941e598f109dbf77ed551a707 (diff) | |
Run futurize on the codebase for python3
Diffstat (limited to 'samplejobs/MetricsChecker.py')
| -rwxr-xr-x | samplejobs/MetricsChecker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samplejobs/MetricsChecker.py b/samplejobs/MetricsChecker.py index 762e46f..c0254b3 100755 --- a/samplejobs/MetricsChecker.py +++ b/samplejobs/MetricsChecker.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +from builtins import str import os import base64 import logging |
