1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

fix methods.py ->NameError: name 'sys' is not defined

Update methods.py

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
jwt
2022-10-01 09:48:06 +08:00
parent e69b7083d4
commit 0e7b8cd356

View File

@@ -1,4 +1,5 @@
import os
import sys
import re
import glob
import subprocess