diff options
author | Daniel Shahaf <danielsh@apache.org> | 2017-05-23 14:28:38 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-23 16:30:35 +0200 |
commit | 604b3a874994351f361522e9cea40a0fcbac98c5 (patch) | |
tree | 5dca7641adf8c258f3c6295463a05f120cc12745 /bin | |
parent | 8e3a28ba0ca6ca1d288b320ad53a5c5fa13a8d22 (diff) | |
download | jenkins.debian.net-604b3a874994351f361522e9cea40a0fcbac98c5.tar.xz |
Import 're', sort imports
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index 2baa22b7..3075c551 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -8,10 +8,11 @@ # # A secure script to be called from remote hosts +import argparse import os +import re import sys import time -import argparse from sqlalchemy import sql from reproducible_common import ( # Use an explicit list rather than a star import, because the previous code had |