From 81f256956302c945b3da4f8b1fad08ceb308ce0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= <trabarni@gmail.com>
Date: Sat, 28 Oct 2017 22:16:29 +0200
Subject: [PATCH] Create parent directory authsch

---
 __init__.py => authsch/__init__.py             | 0
 apps.py => authsch/apps.py                     | 0
 authentication.py => authsch/authentication.py | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename __init__.py => authsch/__init__.py (100%)
 rename apps.py => authsch/apps.py (100%)
 rename authentication.py => authsch/authentication.py (100%)

diff --git a/__init__.py b/authsch/__init__.py
similarity index 100%
rename from __init__.py
rename to authsch/__init__.py
diff --git a/apps.py b/authsch/apps.py
similarity index 100%
rename from apps.py
rename to authsch/apps.py
diff --git a/authentication.py b/authsch/authentication.py
similarity index 100%
rename from authentication.py
rename to authsch/authentication.py
-- 
GitLab