Commit e8435406566028c034be9115c16247d71786c28b
1 parent
9ef680c4
Exists in
master
and in
39 other branches
Fixing up imports
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/colab/deprecated/views/userprofile.py
| ... | ... | @@ -12,9 +12,9 @@ from django.forms.models import model_to_dict |
| 12 | 12 | from django.contrib.auth.decorators import login_required |
| 13 | 13 | from django.shortcuts import render_to_response, get_object_or_404, redirect |
| 14 | 14 | |
| 15 | -from colab import solrutils | |
| 16 | -from colab.super_archives.forms import UserCreationForm, UserUpdateForm | |
| 17 | -from colab.super_archives.models import Message, UserProfile, EmailAddress | |
| 15 | +from colab.deprecated import solrutils | |
| 16 | +from super_archives.forms import UserCreationForm, UserUpdateForm | |
| 17 | +from super_archives.models import Message, UserProfile, EmailAddress | |
| 18 | 18 | |
| 19 | 19 | |
| 20 | 20 | def read(request, user, email_address=None, editable=False, form=None): | ... | ... |