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 authored and fernflower committed Sep 6, 2023
1 parent f83702c commit fa0773d
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 fa0773d

Please sign in to comment.