Browse Source

подправил нотацию кодировки

devel
bashmak 9 years ago
parent
commit
e2fbf60ae3
  1. 2
      agent/__init__.py
  2. 2
      agent/core.py
  3. 2
      agent/structs.py
  4. 2
      agent/utils.py
  5. 2
      djing/utils/push_snmp_passw.py

2
agent/__init__.py

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
from .mod_mikrotik import MikrotikTransmitter from .mod_mikrotik import MikrotikTransmitter
from .core import NasFailedResult, NasNetworkError from .core import NasFailedResult, NasNetworkError
from .structs import TariffStruct, AbonStruct from .structs import TariffStruct, AbonStruct

2
agent/core.py

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
from abc import ABCMeta, abstractmethod from abc import ABCMeta, abstractmethod
from .structs import AbonStruct, TariffStruct from .structs import AbonStruct, TariffStruct

2
agent/structs.py

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
from abc import ABCMeta, abstractmethod from abc import ABCMeta, abstractmethod
from struct import pack, unpack, calcsize from struct import pack, unpack, calcsize
from .utils import int2ip, ip2int from .utils import int2ip, ip2int

2
agent/utils.py

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
import socket import socket
import struct import struct

2
djing/utils/push_snmp_passw.py

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
import telnetlib import telnetlib
from mydefs import ping from mydefs import ping
from socket import error from socket import error

Loading…
Cancel
Save