From 22707b03c19459f5b5e05e86b212f355dc952ff5 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 20 Aug 2018 14:54:41 +0200 Subject: [PATCH] Move package into src directory --- {abgabesystem => src/abgabesystem}/__init__.py | 0 {abgabesystem => src/abgabesystem}/commands.py | 0 {abgabesystem => src/abgabesystem}/projects.py | 0 {abgabesystem => src/abgabesystem}/students.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {abgabesystem => src/abgabesystem}/__init__.py (100%) rename {abgabesystem => src/abgabesystem}/commands.py (100%) rename {abgabesystem => src/abgabesystem}/projects.py (100%) rename {abgabesystem => src/abgabesystem}/students.py (100%) diff --git a/abgabesystem/__init__.py b/src/abgabesystem/__init__.py similarity index 100% rename from abgabesystem/__init__.py rename to src/abgabesystem/__init__.py diff --git a/abgabesystem/commands.py b/src/abgabesystem/commands.py similarity index 100% rename from abgabesystem/commands.py rename to src/abgabesystem/commands.py diff --git a/abgabesystem/projects.py b/src/abgabesystem/projects.py similarity index 100% rename from abgabesystem/projects.py rename to src/abgabesystem/projects.py diff --git a/abgabesystem/students.py b/src/abgabesystem/students.py similarity index 100% rename from abgabesystem/students.py rename to src/abgabesystem/students.py