From f6ea22e4ad6fa4f9d4a2b1ca1233ad29f6b6d199 Mon Sep 17 00:00:00 2001
From: Markus Willman <mpewil@utu.fi>
Date: Wed, 28 Feb 2018 19:59:43 +0200
Subject: [PATCH] update init.py

---
 server/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/__init__.py b/server/__init__.py
index 15994b7..2da7fd1 100644
--- a/server/__init__.py
+++ b/server/__init__.py
@@ -1,6 +1,6 @@
 # coding=utf-8
 
-__all__ = ['app', 'dataHandler', 'staticVariables']
+__all__ = ['app', 'dataHandler', 'staticVariables', 'gtfs', 'locator', 'templating']
 
 from .app import app as application
 from .app import main
-- 
GitLab