Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit c628835

Browse files
committed
[[ Win64 ]] Fix missing import in fetch.py
This patch ensures the RE module is imported in fetch.py.
1 parent cbd9fe6 commit c628835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fetch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import platform
2020
import os
2121
import subprocess
22+
import re
2223

2324
def usage(exit_status):
2425
print(

0 commit comments

Comments
 (0)