From: Miguel Araujo Perez Date: Sun, 1 May 2011 12:32:24 +0000 (+0200) Subject: Forgot to commit __init__.py so that TestSuiteRunner works X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a80fb7625d2251e7060545f3341eab6330ece9a0;p=django-social-auth.git Forgot to commit __init__.py so that TestSuiteRunner works --- diff --git a/contrib/tests/__init__.py b/contrib/tests/__init__.py new file mode 100644 index 0000000..5b17d1c --- /dev/null +++ b/contrib/tests/__init__.py @@ -0,0 +1 @@ +from test_core import BackendsTest