summaryrefslogtreecommitdiff
path: root/lorrycontroller/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/__init__.py')
-rw-r--r--lorrycontroller/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lorrycontroller/__init__.py b/lorrycontroller/__init__.py
index 2c4a1c2..72696fa 100644
--- a/lorrycontroller/__init__.py
+++ b/lorrycontroller/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 Codethink Limited
+# Copyright (C) 2014-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,6 +45,7 @@ from gitano import (
from static import StaticFile
from proxy import setup_proxy
from gerrit import Gerrit
+from gitlab import Gitlab
__all__ = locals()