Skip to content

Commit

Permalink
Avoid warnings on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
pemensik committed Aug 31, 2023
1 parent 5b1ca66 commit 5b972e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repos/system_upgrade/el7toel8/libraries/isccfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ def load_config(self, path=None):
"""

from sys import argv
from __future__ import print_function

def print_cb(section, state):
print(section)
Expand Down

0 comments on commit 5b972e6

Please sign in to comment.