summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firehose_call.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firehose_call.py b/firehose_call.py
index 9a3afa3..275212a 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -1,9 +1,9 @@
# takes a repo as $1 and calls firehose for each config the repo appears in
+import os
FIREHOSE_DIR = 'firehose'
LOGFILE = os.path.expanduser("~/orchestration/trigger_log")
-import os
from firehose_mappings import mapping
log_file = open(LOGFILE,'a')