7 lines
158 B
Python
7 lines
158 B
Python
|
from django.core.exceptions import SuspiciousOperation
|
||
|
|
||
|
|
||
|
class WizardViewCookieModified(SuspiciousOperation):
|
||
|
"""Signature of cookie modified"""
|
||
|
pass
|