Skip to content

Commit

Permalink
remove legacy "from __future__ import absolute_import"
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
  • Loading branch information
hthiery committed Oct 28, 2024
1 parent 34ccfb7 commit 8bcbc29
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions pyipmi/msgs/bmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/chassis.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions pyipmi/msgs/dcmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/event.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/fru.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/hpm.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/lan.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions pyipmi/msgs/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pyipmi/msgs/picmg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/sdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/sel.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion pyipmi/msgs/sensor.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions pyipmi/msgs/vita.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bcbc29

Please sign in to comment.