From a9f13ac193de9b82c64627f2de96c1a7d03eaeed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=C3=A9rigot?= <nicolas.merigot@gmail.com>
Date: Sat, 24 Nov 2018 15:15:00 +0100
Subject: [PATCH] fix: replace - to _

---
 {djangoldp-profile => djangoldp_profile}/__init__.py              | 0
 {djangoldp-profile => djangoldp_profile}/admin.py                 | 0
 {djangoldp-profile => djangoldp_profile}/apps.py                  | 0
 .../migrations/0001_initial.py                                    | 0
 {djangoldp-profile => djangoldp_profile}/migrations/__init__.py   | 0
 {djangoldp-profile => djangoldp_profile}/models.py                | 0
 {djangoldp-profile => djangoldp_profile}/urls.py                  | 0
 7 files changed, 0 insertions(+), 0 deletions(-)
 rename {djangoldp-profile => djangoldp_profile}/__init__.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/admin.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/apps.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/migrations/0001_initial.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/migrations/__init__.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/models.py (100%)
 rename {djangoldp-profile => djangoldp_profile}/urls.py (100%)

diff --git a/djangoldp-profile/__init__.py b/djangoldp_profile/__init__.py
similarity index 100%
rename from djangoldp-profile/__init__.py
rename to djangoldp_profile/__init__.py
diff --git a/djangoldp-profile/admin.py b/djangoldp_profile/admin.py
similarity index 100%
rename from djangoldp-profile/admin.py
rename to djangoldp_profile/admin.py
diff --git a/djangoldp-profile/apps.py b/djangoldp_profile/apps.py
similarity index 100%
rename from djangoldp-profile/apps.py
rename to djangoldp_profile/apps.py
diff --git a/djangoldp-profile/migrations/0001_initial.py b/djangoldp_profile/migrations/0001_initial.py
similarity index 100%
rename from djangoldp-profile/migrations/0001_initial.py
rename to djangoldp_profile/migrations/0001_initial.py
diff --git a/djangoldp-profile/migrations/__init__.py b/djangoldp_profile/migrations/__init__.py
similarity index 100%
rename from djangoldp-profile/migrations/__init__.py
rename to djangoldp_profile/migrations/__init__.py
diff --git a/djangoldp-profile/models.py b/djangoldp_profile/models.py
similarity index 100%
rename from djangoldp-profile/models.py
rename to djangoldp_profile/models.py
diff --git a/djangoldp-profile/urls.py b/djangoldp_profile/urls.py
similarity index 100%
rename from djangoldp-profile/urls.py
rename to djangoldp_profile/urls.py
-- 
GitLab