diff --git a/pyipmi/msgs/bmc.py b/pyipmi/msgs/bmc.py index 9ae01a1..a85e8d2 100644 --- a/pyipmi/msgs/bmc.py +++ b/pyipmi/msgs/bmc.py @@ -14,9 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from __future__ import absolute_import - - from . import constants from . import register_message_class from . import Message diff --git a/pyipmi/msgs/chassis.py b/pyipmi/msgs/chassis.py index f6893b3..bf4e415 100644 --- a/pyipmi/msgs/chassis.py +++ b/pyipmi/msgs/chassis.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/dcmi.py b/pyipmi/msgs/dcmi.py index b0d6191..5895bea 100644 --- a/pyipmi/msgs/dcmi.py +++ b/pyipmi/msgs/dcmi.py @@ -14,8 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from __future__ import absolute_import - from . import constants from . import register_message_class diff --git a/pyipmi/msgs/event.py b/pyipmi/msgs/event.py index 8866cac..8d99e94 100644 --- a/pyipmi/msgs/event.py +++ b/pyipmi/msgs/event.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/fru.py b/pyipmi/msgs/fru.py index 53d4ea0..2d0f0e1 100644 --- a/pyipmi/msgs/fru.py +++ b/pyipmi/msgs/fru.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/hpm.py b/pyipmi/msgs/hpm.py index 4decbb6..5f81de5 100644 --- a/pyipmi/msgs/hpm.py +++ b/pyipmi/msgs/hpm.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/lan.py b/pyipmi/msgs/lan.py index 4002044..8aac046 100644 --- a/pyipmi/msgs/lan.py +++ b/pyipmi/msgs/lan.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/message.py b/pyipmi/msgs/message.py index 225ccdb..1aeb680 100644 --- a/pyipmi/msgs/message.py +++ b/pyipmi/msgs/message.py @@ -14,9 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -from __future__ import absolute_import - from array import array from . import constants diff --git a/pyipmi/msgs/picmg.py b/pyipmi/msgs/picmg.py index 5fc8076..91e24d8 100644 --- a/pyipmi/msgs/picmg.py +++ b/pyipmi/msgs/picmg.py @@ -14,8 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from __future__ import absolute_import - from . import constants from . import register_message_class from . import Message diff --git a/pyipmi/msgs/registry.py b/pyipmi/msgs/registry.py index c38e040..c7f3c86 100644 --- a/pyipmi/msgs/registry.py +++ b/pyipmi/msgs/registry.py @@ -14,7 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - from functools import partial from ..errors import DescriptionError diff --git a/pyipmi/msgs/sdr.py b/pyipmi/msgs/sdr.py index 42ef793..c912feb 100644 --- a/pyipmi/msgs/sdr.py +++ b/pyipmi/msgs/sdr.py @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from __future__ import absolute_import from . import constants from . import register_message_class diff --git a/pyipmi/msgs/sel.py b/pyipmi/msgs/sel.py index c105eef..54668c8 100644 --- a/pyipmi/msgs/sel.py +++ b/pyipmi/msgs/sel.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/sensor.py b/pyipmi/msgs/sensor.py index 6c73d1c..b1a3371 100644 --- a/pyipmi/msgs/sensor.py +++ b/pyipmi/msgs/sensor.py @@ -1,4 +1,3 @@ -from __future__ import absolute_import # Copyright (c) 2014 Kontron Europe GmbH # # This library is free software; you can redistribute it and/or diff --git a/pyipmi/msgs/vita.py b/pyipmi/msgs/vita.py index 8fa06fb..fc6b29d 100644 --- a/pyipmi/msgs/vita.py +++ b/pyipmi/msgs/vita.py @@ -14,8 +14,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from __future__ import absolute_import - from . import constants from . import register_message_class from . import Message