diff options
author | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-07 01:34:08 +0530 |
---|---|---|
committer | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-07 01:34:08 +0530 |
commit | 75c4e361f2ad4df368c319b58494a566a6260a84 (patch) | |
tree | 34bf080700b975d98b8bd098b2c21972cd20555a | |
parent | added an about page (diff) | |
download | gentoostats-75c4e361f2ad4df368c319b58494a566a6260a84.tar.gz gentoostats-75c4e361f2ad4df368c319b58494a566a6260a84.tar.bz2 gentoostats-75c4e361f2ad4df368c319b58494a566a6260a84.zip |
mv profile.py to profiles.py due to name conflicts
-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 |