From c461eab26e48518422945b3186e15b2fcc228c4b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 26 Dec 2016 00:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=BE=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20?= =?UTF-8?q?=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/__init__.py b/agent/__init__.py index cd8d7a0..a95b91d 100644 --- a/agent/__init__.py +++ b/agent/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf8 -*- from mod_mikrotik import MikrotikTransmitter -from core import NasFailedResult +from core import NasFailedResult, NasNetworkError from structs import TariffStruct, AbonStruct