Skip to content

Commit

Permalink
Don't import all of portage_utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jan 13, 2022
1 parent a18c1a6 commit fc0a47e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/clean_utf8.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
if os.path.basename(bin_path) != "bin":
sys.path.insert(1, os.path.normpath(os.path.join(bin_path, "..", "utils")))

from portage_utils import *
from portage_utils import (
DebugAction,
HelpAction,
VerboseAction,
open,
verbose,
)


class CleanUTF8:
Expand Down

0 comments on commit fc0a47e

Please sign in to comment.