summaryrefslogtreecommitdiff
path: root/lorrycontroller/__init__.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-10 18:05:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 12:48:44 +0000
commit36cf89491a48e20002898a07b348e6f8c6064f54 (patch)
treee62818d66d13af833a13911c2abb2a869ec8794e /lorrycontroller/__init__.py
parentce97e140f61cfc3781c3082febeacd0e5fb145cd (diff)
downloadlorry-controller-36cf89491a48e20002898a07b348e6f8c6064f54.tar.gz
Add initial support for mirroring to a Gerrit instancesam/support-gerrit
Diffstat (limited to 'lorrycontroller/__init__.py')
-rw-r--r--lorrycontroller/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorrycontroller/__init__.py b/lorrycontroller/__init__.py
index a65ff02..9d46441 100644
--- a/lorrycontroller/__init__.py
+++ b/lorrycontroller/__init__.py
@@ -44,6 +44,7 @@ from gitano import (
new_gitano_command)
from static import StaticFile
from proxy import setup_proxy
+from gerrit import Gerrit
__all__ = locals()