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 e7979ad
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 @@ -2,6 +2,7 @@
#
# 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 e7979ad

Please sign in to comment.