aboutsummaryrefslogtreecommitdiffstats
path: root/servo/views/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/views/account.py')
-rw-r--r--servo/views/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/views/account.py b/servo/views/account.py
index ae82975..a2e979b 100644
--- a/servo/views/account.py
+++ b/servo/views/account.py
@@ -17,7 +17,7 @@ from django.shortcuts import redirect, render, get_object_or_404
from servo.lib.utils import paginate
from servo.views.order import prepare_list_view
-from servo.models import Order, User, Calendar, CalendarEvent
+from servo.models import Order, User
from servo.forms.account import ProfileForm, RegistrationForm, LoginForm