Skip to content

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)