diff options
-rwxr-xr-x | server/app.py | 2 | ||||
-rw-r--r-- | server/profiles.py (renamed from server/profile.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/server/app.py b/server/app.py index 4f97f30..f587c46 100755 --- a/server/app.py +++ b/server/app.py @@ -5,7 +5,7 @@ import config from config import render from index import Index from arch import Arch -from profile import Profile +from profiles import Profile from mirror import Mirror from feature import Feature from kwd import Keyword diff --git a/server/profile.py b/server/profiles.py index 4e4f65f..4e4f65f 100644 --- a/server/profile.py +++ b/server/profiles.py |