diff options
Diffstat (limited to 'okupy/accounts/forms.py')
-rw-r--r-- | okupy/accounts/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/accounts/forms.py b/okupy/accounts/forms.py index a36cf53..be6e1e8 100644 --- a/okupy/accounts/forms.py +++ b/okupy/accounts/forms.py @@ -3,7 +3,7 @@ from django import forms from .models import OpenID_Attributes -from ..common.crypto import sessionrefcipher +from ..crypto.ciphers import sessionrefcipher class LoginForm(forms.Form): |