diff options
Diffstat (limited to 'ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py')
-rwxr-xr-x | ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py b/ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py index 5e8eb8d4c..400528798 100755 --- a/ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py +++ b/ansible_collections/community/postgresql/.azure-pipelines/scripts/time-command.py @@ -1,7 +1,8 @@ #!/usr/bin/env python """Prepends a relative timestamp to each input line from stdin and writes it to stdout.""" -from __future__ import (absolute_import, division, print_function) +from __future__ import absolute_import, division, print_function + __metaclass__ = type import sys |