Skip to content

Commit

Permalink
fix a bug in mpir_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGladman committed Jun 25, 2020
1 parent 31f9ff3 commit fc9bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/mpir_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from operator import itemgetter
from os import scandir, walk, unlink, makedirs, mkdir
from os.path import join, split, splitext, isdir, exists
from os.path import join, split, splitext, isdir, isfile, exists
from os.path import dirname, abspath, relpath, realpath
from copy import deepcopy
from sys import argv, exit, path
Expand Down

0 comments on commit fc9bf66

Please sign in to comment.