diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 20:43:18 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 20:43:18 +0100 |
commit | e565a6b73b70f670335c4a095992eab26a1bfbf9 (patch) | |
tree | a93c4069e8d858b77e9527e794305f97946d21b1 /profiles | |
parent | 5baddea474b068ece9d6b93bcc90f4d76f97e5a3 (diff) | |
download | troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.gz troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.bz2 troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.zip |
[svn] Renaming troggle.expo to troggle.core. To do this, used:
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py`
and then manually checked each change (had to remove a couple)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/views.py b/profiles/views.py index b3e3672..aca2a6a 100644 --- a/profiles/views.py +++ b/profiles/views.py @@ -14,7 +14,7 @@ from django.template import RequestContext from django.views.generic.list_detail import object_list from django import forms -from expo.models import Person +from core.models import Person from troggle.alwaysUseRequestContext import render_response |