From 1968e44ddd5d2559a8e7e9b025321f22c6cb0cf6 Mon Sep 17 00:00:00 2001 From: bashmak Date: Thu, 18 May 2017 12:02:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientsideapp/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientsideapp/views.py b/clientsideapp/views.py index a59b053..fb3d785 100644 --- a/clientsideapp/views.py +++ b/clientsideapp/views.py @@ -5,9 +5,9 @@ from django.shortcuts import render, get_object_or_404, redirect from django.contrib import messages from django.utils import timezone -from abonapp.models import AbonLog, AbonTariff, InvoiceForPayment, Abon, LogicError +from abonapp.models import AbonLog, AbonTariff, InvoiceForPayment, Abon from tariff_app.models import Tariff -from mydefs import pag_mn, RuTimedelta +from mydefs import pag_mn, RuTimedelta, LogicError from agent import NasFailedResult, NasNetworkError