1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #65368 from Calinou/methods-py-fix-missing-import

Fix missing `import sys` in `methods.py`
This commit is contained in:
Rémi Verschelde
2022-09-06 12:30:40 +02:00

View File

@@ -1,5 +1,6 @@
import os
import re
import sys
import glob
import subprocess
from collections import OrderedDict