From fba8d009e2aa0db4b5c0650271447c8c57b80ae5 Mon Sep 17 00:00:00 2001
From: Finn <finn.ball@codethink.co.uk>
Date: Mon, 29 Oct 2018 16:00:12 +0000
Subject: [PATCH] Moved bots_interface.py to interface.py.

---
 buildgrid/bot/{bot_interface.py => interface.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename buildgrid/bot/{bot_interface.py => interface.py} (99%)

diff --git a/buildgrid/bot/bot_interface.py b/buildgrid/bot/interface.py
similarity index 99%
rename from buildgrid/bot/bot_interface.py
rename to buildgrid/bot/interface.py
index 01b944bb3..f3272798d 100644
--- a/buildgrid/bot/bot_interface.py
+++ b/buildgrid/bot/interface.py
@@ -15,7 +15,7 @@
 
 """
 Bot Interface
-====
+=============
 
 Interface to grpc
 """
-- 
GitLab