diff options
Diffstat (limited to 'nop')
-rw-r--r-- | nop/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py index 21b23ec..4c29829 100644 --- a/nop/views.py +++ b/nop/views.py @@ -1,4 +1,4 @@ -# coding=utf-8 +# -*- coding: utf-8 -*- from django.conf import settings from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned |