Skip to content

Commit

Permalink
Fix missed imports in #7902
Browse files Browse the repository at this point in the history
  • Loading branch information
wereii authored and jpakkane committed Dec 28, 2020
1 parent 2f836e3 commit 3a7baef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mesonbuild/minstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import argparse
import shlex
from glob import glob
from pathlib import Path

from . import environment
from .scripts import depfixer
from .scripts import destdir_join
from .mesonlib import is_windows, Popen_safe
Expand Down

0 comments on commit 3a7baef

Please sign in to comment.