Duplicate the fix for the other Windows-only module
This commit is contained in:
parent
b26652cad1
commit
28acc5ccb4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue