From 48a63aeed52059b8f15be329ec535815ccaaef99 Mon Sep 17 00:00:00 2001 From: Gust Date: Tue, 13 Jan 2015 13:26:41 -0200 Subject: [PATCH] Add default_app_config to gitlab --- colab/proxy/gitlab/__init__.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/colab/proxy/gitlab/__init__.py b/colab/proxy/gitlab/__init__.py index e69de29..e78903a 100644 --- a/colab/proxy/gitlab/__init__.py +++ b/colab/proxy/gitlab/__init__.py @@ -0,0 +1,2 @@ + +default_app_config = 'colab.proxy.gitlab.apps.ProxyGitlabAppConfig' -- libgit2 0.21.2