Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove legacy "from __future__ import absolute_import" #177

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading