summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_remote_scheduler.py3
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