Skip to content

Commit

Permalink
Avoid warnings on python2
Browse files Browse the repository at this point in the history
Use python3 compatible print function
  • Loading branch information
pemensik committed Aug 31, 2023
1 parent 5b1ca66 commit 91db1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/system_upgrade/el7toel8/libraries/isccfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# Simplified parsing of bind configuration, with include support and nested sections.

from __future__ import print_function

import re
import string

Expand Down

0 comments on commit 91db1e9

Please sign in to comment.