Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move import
  • Loading branch information
nulano committed May 25, 2020
commit d54fee986342283a43e4a37719651b484c4b0ef3
3 changes: 1 addition & 2 deletions Tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import shutil
import sys
import sysconfig
import tempfile
from io import BytesIO

Expand Down Expand Up @@ -289,8 +290,6 @@ def is_pypy():


def is_mingw():
import sysconfig

return sysconfig.get_platform() == "mingw"


Expand Down