Duplicate the fix for the other Windows-only module

This commit is contained in:
Jean-Paul Calderone 2021-02-09 14:50:29 -05:00
parent b26652cad1
commit 28acc5ccb4
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
## issue: https://bugs.python.org/issue19264
# See allmydata/windows/fixups.py
import sys
assert sys.platform == "win32"
import os
import ctypes
import subprocess