From e2fbf60ae3bb214cb5f868c892070b49cb86afff Mon Sep 17 00:00:00 2001 From: bashmak Date: Fri, 17 Feb 2017 19:01:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BD=D0=BE=D1=82=D0=B0=D1=86=D0=B8=D1=8E=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=B4=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/__init__.py | 2 +- agent/core.py | 2 +- agent/structs.py | 2 +- agent/utils.py | 2 +- djing/utils/push_snmp_passw.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agent/__init__.py b/agent/__init__.py index e46de30..6eafe88 100644 --- a/agent/__init__.py +++ b/agent/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- from .mod_mikrotik import MikrotikTransmitter from .core import NasFailedResult, NasNetworkError from .structs import TariffStruct, AbonStruct diff --git a/agent/core.py b/agent/core.py index 91417dc..ad6d5f9 100644 --- a/agent/core.py +++ b/agent/core.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- from abc import ABCMeta, abstractmethod from .structs import AbonStruct, TariffStruct diff --git a/agent/structs.py b/agent/structs.py index b00455b..e53d116 100644 --- a/agent/structs.py +++ b/agent/structs.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- from abc import ABCMeta, abstractmethod from struct import pack, unpack, calcsize from .utils import int2ip, ip2int diff --git a/agent/utils.py b/agent/utils.py index d36a69a..b1b715b 100644 --- a/agent/utils.py +++ b/agent/utils.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- import socket import struct diff --git a/djing/utils/push_snmp_passw.py b/djing/utils/push_snmp_passw.py index bdbcebc..7d9d181 100644 --- a/djing/utils/push_snmp_passw.py +++ b/djing/utils/push_snmp_passw.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- import telnetlib from mydefs import ping from socket import error