From c206f34644c011da514e5ecbf94f71e471c42f2c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 16 Apr 2014 13:37:31 +0200 Subject: [PATCH] Move taiga/base/auth to taiga/auth --- taiga/{base => }/auth/__init__.py | 0 taiga/{base => }/auth/api.py | 0 taiga/{base => }/auth/serializers.py | 0 taiga/{base => }/auth/tests/__init__.py | 0 taiga/{base => }/auth/tests/tests_auth.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename taiga/{base => }/auth/__init__.py (100%) rename taiga/{base => }/auth/api.py (100%) rename taiga/{base => }/auth/serializers.py (100%) rename taiga/{base => }/auth/tests/__init__.py (100%) rename taiga/{base => }/auth/tests/tests_auth.py (100%) diff --git a/taiga/base/auth/__init__.py b/taiga/auth/__init__.py similarity index 100% rename from taiga/base/auth/__init__.py rename to taiga/auth/__init__.py diff --git a/taiga/base/auth/api.py b/taiga/auth/api.py similarity index 100% rename from taiga/base/auth/api.py rename to taiga/auth/api.py diff --git a/taiga/base/auth/serializers.py b/taiga/auth/serializers.py similarity index 100% rename from taiga/base/auth/serializers.py rename to taiga/auth/serializers.py diff --git a/taiga/base/auth/tests/__init__.py b/taiga/auth/tests/__init__.py similarity index 100% rename from taiga/base/auth/tests/__init__.py rename to taiga/auth/tests/__init__.py diff --git a/taiga/base/auth/tests/tests_auth.py b/taiga/auth/tests/tests_auth.py similarity index 100% rename from taiga/base/auth/tests/tests_auth.py rename to taiga/auth/tests/tests_auth.py